mirror of
https://github.com/nodejs/http-parser.git
synced 2025-10-20 22:31:15 +08:00
Merge pull request #104 from simonz05/patch-1
Correct misspelling in http_parser.h
This commit is contained in:
@@ -289,7 +289,7 @@ size_t http_parser_execute(http_parser *parser,
|
|||||||
|
|
||||||
|
|
||||||
/* If http_should_keep_alive() in the on_headers_complete or
|
/* If http_should_keep_alive() in the on_headers_complete or
|
||||||
* on_message_complete callback returns true, then this will be should be
|
* on_message_complete callback returns true, then this should be
|
||||||
* the last message on the connection.
|
* the last message on the connection.
|
||||||
* If you are the server, respond with the "Connection: close" header.
|
* If you are the server, respond with the "Connection: close" header.
|
||||||
* If you are the client, close the connection.
|
* If you are the client, close the connection.
|
||||||
|
Reference in New Issue
Block a user