You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hurl should report exactly the same error message than curl when the error has been generated by libcurl.
This will make debugging/searching error easier,
For example:
curl: (6) Could not resolve host: unknown
$ echo GET http://unknown | hurl
error: Http Connection
--> -:1:5
|
1 | GET http://unknown
| ^^^^^^^^^^^^^^ (6) Could not resolve host: unknown
|
The text was updated successfully, but these errors were encountered:
Hurl should report exactly the same error message than curl when the error has been generated by libcurl.
This will make debugging/searching error easier,
For example:
The text was updated successfully, but these errors were encountered: