This commit is contained in:
Veres Lajos 2014-11-20 20:00:07 +00:00 committed by Stanislav Malyshev
parent 38229d13d1
commit 06fdf359e3
88 changed files with 200 additions and 200 deletions

View file

@ -1378,7 +1378,7 @@ size_t php_http_parser_execute (php_http_parser *parser,
/* Here we call the headers_complete callback. This is somewhat
* different than other callbacks because if the user returns 1, we
* will interpret that as saying that this message has no body. This
* 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
* request.
*/
if (settings->on_headers_complete) {