X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_filter_api.c;h=4f76a509897c39d315b4ce042534d45aecc1614a;hp=421c07fb289e7455a35dde4c64af94c38d422a7e;hb=4e982bf250b9e03f72f8b4468c1cdb23c1a3111b;hpb=10c37f199e6be7bdb5cbd8a58cbe30279d2d4d45 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) {