From: Dmitry Stogov Date: Tue, 27 Jan 2004 16:19:22 +0000 (+0000) Subject: fix: HTTP keep-alive X-Git-Tag: php-5.0.0b4RC1~273 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4af9e35316c016142fe40d8e9a12b2eae157e5ed;p=php fix: HTTP keep-alive --- 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) {