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 e130fb7 commit 6c1ca61Copy full SHA for 6c1ca61
lib/WebDriver/Service/CurlService.php
@@ -83,7 +83,7 @@ public function execute($requestMethod, $url, $parameters = null, $extraOptions
83
$rawResults = trim(curl_exec($curl));
84
$info = curl_getinfo($curl);
85
86
- if (URLE_GOT_NOTHING !== curl_errno($curl) && $error = curl_error($curl)) {
+ if (CURLE_GOT_NOTHING !== curl_errno($curl) && $error = curl_error($curl)) {
87
$message = sprintf(
88
'Curl error thrown for http %s to %s%s',
89
$requestMethod,
0 commit comments