diff options
Diffstat (limited to 'ext/soap/php_http.c')
| -rw-r--r-- | ext/soap/php_http.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/soap/php_http.c b/ext/soap/php_http.c index 57d420c665..a56a542d41 100644 --- a/ext/soap/php_http.c +++ b/ext/soap/php_http.c @@ -316,8 +316,10 @@ int get_http_soap_response(zval *this_ptr, char **buffer, int *buffer_len TSRMLS  			http_close = FALSE;  		}  		efree(connection); +/*  	} else if (http_1_1) {  		http_close = FALSE; +*/  	}  	if (http_close) {  | 
