public function CurlFactoryInterface::release in Lockr 7.3
Release an easy handle, allowing it to be reused or closed.
This function must call unset on the easy handle's "handle" property.
Parameters
EasyHandle $easy:
1 method overrides CurlFactoryInterface::release()
- CurlFactory::release in vendor/
guzzlehttp/ guzzle/ src/ Handler/ CurlFactory.php - Release an easy handle, allowing it to be reused or closed.
File
- vendor/
guzzlehttp/ guzzle/ src/ Handler/ CurlFactoryInterface.php, line 26
Class
Namespace
GuzzleHttp\HandlerCode
public function release(EasyHandle $easy);