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=d5c7f974d81c724c6fad8b54f1c37ce0795119de;hpb=06e6ed638087fb1f8ee2a5c950c7bd71d4b12eef 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);