- remove debug statement
authorMichael Wallner <mike@php.net>
Mon, 14 Nov 2005 14:50:51 +0000 (14:50 +0000)
committerMichael Wallner <mike@php.net>
Mon, 14 Nov 2005 14:50:51 +0000 (14:50 +0000)
http_filter_api.c

index 421c07fb289e7455a35dde4c64af94c38d422a7e..4f76a509897c39d315b4ce042534d45aecc1614a 100644 (file)
@@ -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) {