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 1d08414 commit 53e4cc0Copy full SHA for 53e4cc0
Response/CurlResponse.php
@@ -95,7 +95,6 @@ public function __construct(CurlClientState $multi, $ch, ?array $options = null,
95
$this->info['pause_handler'] = static function (float $duration) use ($ch, $multi, $execCounter) {
96
if (0 < $duration) {
97
if ($execCounter === $multi->execCounter) {
98
- $multi->execCounter = !\is_float($execCounter) ? 1 + $execCounter : \PHP_INT_MIN;
99
curl_multi_remove_handle($multi->handle, $ch);
100
}
101
0 commit comments