]> granicus.if.org Git - php/commit
Fixed bug #72202 (curl_close doesn't close cURL handle)
authorDmitry Stogov <dmitry@zend.com>
Tue, 7 Jun 2016 11:03:14 +0000 (14:03 +0300)
committerDmitry Stogov <dmitry@zend.com>
Tue, 7 Jun 2016 11:03:14 +0000 (14:03 +0300)
commit5b81f9d92ec6c7cd093c06ca88a1e0a31f8fe364
tree6f8d9f33e26e5e2233aee3b1555d304483995ea9
parent214d4613f523ac12a1fb5f06a9b3e98a47ed6e49
Fixed bug #72202 (curl_close doesn't close cURL handle)
Now curl_close() forces connection close, independently of other links to the same resource.

This reverts commit 3ba4f8263d7940312668f4c364c988a67be2461a.
ext/curl/interface.c