8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6243ad6 commit ef43c1cCopy full SHA for ef43c1c
http_parser/http_parser.c
@@ -1587,7 +1587,7 @@ size_t http_parser_execute (http_parser *parser,
1587
/* Here we call the headers_complete callback. This is somewhat
1588
* different than other callbacks because if the user returns 1, we
1589
* will interpret that as saying that this message has no body. This
1590
- * is needed for the annoying case of recieving a response to a HEAD
+ * is needed for the annoying case of receiving a response to a HEAD
1591
* request.
1592
*
1593
* We'd like to use CALLBACK_NOTIFY_NOADVANCE() here but we cannot, so
0 commit comments