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:
c4bf0a2
)
- rm dbg outpu
author
Michael Wallner
<mike@php.net>
Fri, 12 Jan 2007 14:53:17 +0000
(14:53 +0000)
committer
Michael Wallner
<mike@php.net>
Fri, 12 Jan 2007 14:53:17 +0000
(14:53 +0000)
http_request_api.c
patch
|
blob
|
history
diff --git
a/http_request_api.c
b/http_request_api.c
index 865790908423cf28792996286602b15b75f21349..0dfce3c5b0d903f5f9b7ffd14251bccc37d92428 100644
(file)
--- a/
http_request_api.c
+++ b/
http_request_api.c
@@
-986,7
+986,7
@@
static int http_curl_raw_callback(CURL *ch, curl_infotype type, char *data, size
break;
}
-#if
1
+#if
0
fprintf(stderr, "DEBUG: %3d (%5zu) %.*s%s", type, length, length, data, data[length-1]=='\n'?"":"\n");
#endif