mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
Fixed bug #33394 (Socket Timeout on SOAP request causes general exception in Apache process).
This commit is contained in:
parent
bfa084ddba
commit
9e8bf1a20f
@ -179,7 +179,9 @@ static php_stream* http_connect(zval* this_ptr, php_url *phpurl, int use_ssl, in
|
||||
php_stream_close(stream);
|
||||
stream = NULL;
|
||||
}
|
||||
efree(http_headers);
|
||||
if (http_headers) {
|
||||
efree(http_headers);
|
||||
}
|
||||
}
|
||||
/* enable SSL transport layer */
|
||||
if (stream) {
|
||||
|
Loading…
Reference in New Issue
Block a user