Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/io/http/http_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -1950,7 +1950,7 @@ size_t http_parser_execute (http_parser *parser,
&& parser->content_length != ULLONG_MAX);

/* The difference between advancing content_length and p is because
* the latter will automaticaly advance on the next loop iteration.
* the latter will automatically advance on the next loop iteration.
* Further, if content_length ends up at 0, we want to see the last
* byte again for our message complete callback.
*/
Expand Down