You are here

public function CurlFactoryInterface::release in Auth0 Single Sign On 8.2

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

CurlFactoryInterface

Namespace

GuzzleHttp\Handler

Code

public function release(EasyHandle $easy);