From: Michael Wallner Date: Mon, 14 Nov 2005 14:50:51 +0000 (+0000) Subject: - remove debug statement X-Git-Tag: RELEASE_0_18_0~7 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=4e982bf250b9e03f72f8b4468c1cdb23c1a3111b - remove debug statement --- diff --git a/http_filter_api.c b/http_filter_api.c index 421c07f..4f76a50 100644 --- a/http_filter_api.c +++ b/http_filter_api.c @@ -114,7 +114,7 @@ static HTTP_FILTER_FUNCTION(chunked_decode) /* we have data in our buffer */ while (PHPSTR_LEN(buffer)) { - fprintf(stderr, ">>> loop\n"); + /* we already know the size of the chunk and are waiting for data */ if (buffer->hexlen) {