projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
10c37f1
)
- remove debug statement
author
Michael Wallner
<mike@php.net>
Mon, 14 Nov 2005 14:50:51 +0000
(14:50 +0000)
committer
Michael Wallner
<mike@php.net>
Mon, 14 Nov 2005 14:50:51 +0000
(14:50 +0000)
http_filter_api.c
patch
|
blob
|
history
diff --git
a/http_filter_api.c
b/http_filter_api.c
index 421c07fb289e7455a35dde4c64af94c38d422a7e..4f76a509897c39d315b4ce042534d45aecc1614a 100644
(file)
--- 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) {