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 6b4ac8f commit 5b86dbdCopy full SHA for 5b86dbd
src/MultiRunner.php
@@ -95,7 +95,7 @@ public function wait(PromiseCore $targetCore = null)
95
);
96
$core->fulfill($response);
97
} else {
98
- $error = curl_strerror($info['result']);
+ $error = curl_error($info['handle']);
99
$exception = new RequestException($error, $core->getRequest());
100
$core->reject($exception);
101
}
0 commit comments