From: Michael Wallner Date: Fri, 21 Jul 2006 16:51:53 +0000 (+0000) Subject: - set property default send buffer to 0 too X-Git-Tag: RELEASE_1_2_0~6 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=62a8d0cd4957ca9158ca0cba6666530814428783;p=m6w6%2Fext-http - set property default send buffer to 0 too --- diff --git a/http_response_object.c b/http_response_object.c index 89e5f2b..d7be403 100644 --- 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