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:
c5daa65
)
- set property default send buffer to 0 too
author
Michael Wallner
<mike@php.net>
Fri, 21 Jul 2006 16:51:53 +0000
(16:51 +0000)
committer
Michael Wallner
<mike@php.net>
Fri, 21 Jul 2006 16:51:53 +0000
(16:51 +0000)
http_response_object.c
patch
|
blob
|
history
diff --git
a/http_response_object.c
b/http_response_object.c
index 89e5f2b30374d877ff77f57616a97aa9c1ea873c..d7be4032c15f40fc347616600085857c0eff9a09 100644
(file)
--- a/
http_response_object.c
+++ b/
http_response_object.c
@@
-209,7
+209,7
@@
PHP_MINIT_FUNCTION(http_response_object)
DCL_STATIC_PROP_N(PROTECTED, cacheControl);
DCL_STATIC_PROP_N(PROTECTED, contentType);
DCL_STATIC_PROP_N(PROTECTED, contentDisposition);
- DCL_STATIC_PROP(PROTECTED, long, bufferSize,
HTTP_SENDBUF_SIZE
);
+ DCL_STATIC_PROP(PROTECTED, long, bufferSize,
0
);
DCL_STATIC_PROP(PROTECTED, double, throttleDelay, 0.0);
#ifndef WONKY