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:
b4122a7
)
hoppala; removed actually living code
author
Michael Wallner
<mike@php.net>
Tue, 17 Feb 2015 19:21:24 +0000
(20:21 +0100)
committer
Michael Wallner
<mike@php.net>
Tue, 17 Feb 2015 19:21:24 +0000
(20:21 +0100)
php_http_message_body.c
patch
|
blob
|
history
diff --git
a/php_http_message_body.c
b/php_http_message_body.c
index de2693c3d1721eb9f95e7d1ad9f1cc4f416d3d23..fa9155110d776d37a0e1e26bed4ec5ef627acee6 100644
(file)
--- a/
php_http_message_body.c
+++ b/
php_http_message_body.c
@@
-488,6
+488,7
@@
static size_t splitbody(void *opaque, char *buf, size_t len TSRMLS_DC)
if (!first_boundary) {
/* this is not the first boundary, read rest of this message */
php_http_buffer_append(&arg->buf, buf, real_boundary - buf);
+ php_http_message_parser_parse(arg->parser, &arg->buf, 0, &arg->parser->message);
}
/* move after the boundary */