From 46063dc7793c8468ad0df17d7360c3e4f7cf59f4 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 17 Feb 2015 20:21:24 +0100 Subject: [PATCH] hoppala; removed actually living code --- php_http_message_body.c | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.30.2