X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_cache_api.c;fp=http_cache_api.c;h=9fce65059988eebaea0606b7c462e5b7ea17e665;hp=832656466972a38be1a69ead9a98e14f798b4fb9;hb=d025312f11743dbe80858ecb3a1bb0d0a0e3155f;hpb=28676404f30a0814a8e027d63b3cec4959475c46 diff --git a/http_cache_api.c b/http_cache_api.c index 8326564..9fce650 100644 --- a/http_cache_api.c +++ b/http_cache_api.c @@ -185,7 +185,7 @@ PHP_HTTP_API STATUS _http_start_ob_etaghandler(TSRMLS_D) } HTTP_G->etag.started = 1; - return php_start_ob_buffer_named("ob_etaghandler", HTTP_G->send.buffer_size, 1 TSRMLS_CC); + return php_start_ob_buffer_named("ob_etaghandler", HTTP_G->send.buffer_size, 0 TSRMLS_CC); } PHP_HTTP_API zend_bool _http_interrupt_ob_etaghandler(TSRMLS_D)