We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d85df2 commit 6fff566Copy full SHA for 6fff566
Response/CurlResponse.php
@@ -43,6 +43,7 @@ public function __construct(CurlClientState $multi, $ch, array $options = null,
43
$this->multi = $multi;
44
45
if (\is_resource($ch)) {
46
+ unset($multi->handlesActivity[(int) $ch]);
47
$this->handle = $ch;
48
$this->debugBuffer = fopen('php://temp', 'w+');
49
if (0x074000 === $curlVersion) {
0 commit comments