Skip to content

Commit c9a9cfd

Browse files
authoredJan 9, 2025··
Update llhttp 9.1.3 to 9.2.1 (#6735)
1 parent fb9ea37 commit c9a9cfd

File tree

5 files changed

+508
-437
lines changed

5 files changed

+508
-437
lines changed
 

‎3rdparty/exported/llhttp/api.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -507,4 +507,4 @@ void llhttp__debug(llhttp_t* s, const char* p, const char* endp,
507507
fprintf(stderr, "p=%p type=%d flags=%02x next=%02x debug=%s\n", s,
508508
s->type, s->flags, *p, msg);
509509
}
510-
}
510+
}

‎3rdparty/exported/llhttp/http.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,4 @@ int llhttp_should_keep_alive(const llhttp_t* parser) {
167167
}
168168

169169
return !llhttp_message_needs_eof(parser);
170-
}
170+
}

0 commit comments

Comments
 (0)
Please sign in to comment.