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
Hi
Httpful should ask curl to be quiet / not write to STDOUT/ERR.
Example:
When a domain name cannot be resolved the php script using httpful will output "Could not resolve host: somehost.com" and then Httpful will throw an Httpful\Exception\ConnectionErrorException with the same info.
But even if I catch the error I still get the output.
There shouldn't be any output - just the exception.
The same issue appears for connection timeouts.
The text was updated successfully, but these errors were encountered:
Hi
Httpful should ask curl to be quiet / not write to STDOUT/ERR.
Example:
When a domain name cannot be resolved the php script using httpful will output "Could not resolve host: somehost.com" and then Httpful will throw an Httpful\Exception\ConnectionErrorException with the same info.
But even if I catch the error I still get the output.
There shouldn't be any output - just the exception.
The same issue appears for connection timeouts.
The text was updated successfully, but these errors were encountered: