X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_response_object.c;fp=http_response_object.c;h=89e5f2b30374d877ff77f57616a97aa9c1ea873c;hp=fc4bf22536ffd4383d3efaa5d8272ce65741f3b4;hb=c5daa65dcad8fd0a916038c7567f610ea34c6315;hpb=a3e4bb629d39d3168d1304009e198a848aa14a08 diff --git a/http_response_object.c b/http_response_object.c index fc4bf22..89e5f2b 100644 --- a/http_response_object.c +++ b/http_response_object.c @@ -1156,9 +1156,6 @@ PHP_METHOD(HttpResponse, send) /* gzip */ HTTP_G->send.deflate.encoding = zval_is_true(GET_STATIC_PROP(gzip)); - /* start ob */ - php_start_ob_buffer(NULL, HTTP_G->send.buffer_size, 0 TSRMLS_CC); - /* send */ switch (Z_LVAL_P(GET_STATIC_PROP(mode))) { case SEND_DATA: