Skip to content

Commit

Permalink
Update llhttp 9.1.3 to 9.2.1 (#6735)
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou authored Jan 9, 2025
1 parent fb9ea37 commit c9a9cfd
Show file tree
Hide file tree
Showing 5 changed files with 508 additions and 437 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/exported/llhttp/api.c
Original file line number Diff line number Diff line change
Expand Up @@ -507,4 +507,4 @@ void llhttp__debug(llhttp_t* s, const char* p, const char* endp,
fprintf(stderr, "p=%p type=%d flags=%02x next=%02x debug=%s\n", s,
s->type, s->flags, *p, msg);
}
}
}
2 changes: 1 addition & 1 deletion 3rdparty/exported/llhttp/http.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@ int llhttp_should_keep_alive(const llhttp_t* parser) {
}

return !llhttp_message_needs_eof(parser);
}
}
Loading

0 comments on commit c9a9cfd

Please sign in to comment.