- ob_etaghandler is not eraseable from userland with current output control code
[m6w6/ext-http] / http_cache_api.c
index 832656466972a38be1a69ead9a98e14f798b4fb9..9fce65059988eebaea0606b7c462e5b7ea17e665 100644 (file)
@@ -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)