X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_env_response.c;h=3a5a8e8905539d129335dbe731b29af08b464b7d;hp=63246988a5b0ba0ac39588eab26de5d6a2660bad;hb=b41323e1817c50d062b27da798c7db35fa58212c;hpb=43a9a6f8cb56e25c3770d652ce77045f89f68ca6 diff --git a/src/php_http_env_response.c b/src/php_http_env_response.c index 6324698..3a5a8e8 100644 --- a/src/php_http_env_response.c +++ b/src/php_http_env_response.c @@ -346,10 +346,6 @@ static ZEND_RESULT_CODE php_http_env_response_send_head(php_http_env_response_t zval_ptr_dtor(zoption); } - if (ret != SUCCESS) { - return ret; - } - if ((zoption = get_option(options, ZEND_STRL("responseCode"), &zoption_tmp))) { zend_long rc = zval_get_long(zoption);