Skip to content

Commit 0c20707

Browse files
committed
Revert "Fix: make sure http errors from the requested resource are caught and exceptions thrown"
This reverts commit 3b11d17.
1 parent 6aa16bb commit 0c20707

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/WebDriver/Service/CurlService.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ public function execute($requestMethod, $url, $parameters = null, $extraOptions
8787
}
8888

8989
curl_setopt($curl, CURLOPT_HTTPHEADER, $customHeaders);
90-
curl_setopt($curl, CURLOPT_FAILONERROR, true);
9190

9291
$rawResult = trim(curl_exec($curl));
9392
$info = curl_getinfo($curl);

0 commit comments

Comments
 (0)