Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 53e4cc0

Browse filesBrowse files
[HttpClient] Fix pausing responses before they start when using curl
1 parent 1d08414 commit 53e4cc0
Copy full SHA for 53e4cc0

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed

‎Response/CurlResponse.php

Copy file name to clipboardExpand all lines: Response/CurlResponse.php
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ public function __construct(CurlClientState $multi, $ch, ?array $options = null,
9595
$this->info['pause_handler'] = static function (float $duration) use ($ch, $multi, $execCounter) {
9696
if (0 < $duration) {
9797
if ($execCounter === $multi->execCounter) {
98-
$multi->execCounter = !\is_float($execCounter) ? 1 + $execCounter : \PHP_INT_MIN;
9998
curl_multi_remove_handle($multi->handle, $ch);
10099
}
101100

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.