Fix bad http_should_keep_alive() comment.

v0.10
Ben Noordhuis 13 years ago
parent ba5acd532f
commit 2b7e87cc77

@ -289,7 +289,7 @@ size_t http_parser_execute(http_parser *parser,
/* If http_should_keep_alive() in the on_headers_complete or
* on_message_complete callback returns true, then this should be
* on_message_complete callback returns 0, then this should be
* the last message on the connection.
* If you are the server, respond with the "Connection: close" header.
* If you are the client, close the connection.

Loading…
Cancel
Save