From 4e982bf250b9e03f72f8b4468c1cdb23c1a3111b Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 14 Nov 2005 14:50:51 +0000 Subject: [PATCH] - remove debug statement --- http_filter_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.30.2