From: Michael Wallner Date: Tue, 17 Feb 2015 19:21:24 +0000 (+0100) Subject: hoppala; removed actually living code X-Git-Tag: RELEASE_2_3_0_RC1~6 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=46063dc7793c8468ad0df17d7360c3e4f7cf59f4 hoppala; removed actually living code --- diff --git a/php_http_message_body.c b/php_http_message_body.c index de2693c..fa91551 100644 --- 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 */