projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
90b1ee5
)
typo
author
Michael Wallner
<mike@php.net>
Mon, 16 Feb 2015 17:41:55 +0000
(18:41 +0100)
committer
Michael Wallner
<mike@php.net>
Mon, 16 Feb 2015 17:41:55 +0000
(18:41 +0100)
php_http_message_parser.c
patch
|
blob
|
history
diff --git
a/php_http_message_parser.c
b/php_http_message_parser.c
index 7cdbdea2d4af8ed8a7bdc00d4f44b0fa4d3076f9..3b55efbab7b295a9cd210fa57cb409769a3a97e6 100644
(file)
--- a/
php_http_message_parser.c
+++ b/
php_http_message_parser.c
@@
-139,7
+139,7
@@
php_http_message_parser_state_t php_http_message_parser_parse_stream(php_http_me
case PHP_HTTP_MESSAGE_PARSER_STATE_HEADER_DONE:
/* read line */
php_stream_get_line(s, buf->data + buf->used, buf->free, &justread);
- /*
o
f we fail reading a whole line, try a single char */
+ /*
i
f we fail reading a whole line, try a single char */
if (!justread) {
int c = php_stream_getc(s);