We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all,
do you know if there are different error for timeout and recv_timeout ?
timeout
recv_timeout
In my case I'm using a HTTPoison.Request! and I receive a
** (HTTPoison.Error) :timeout
is this error related to first timeout ? in this case what I should see in case of recv_timeout ?
Thanks, Daniele
The text was updated successfully, but these errors were encountered:
More here: #215
Sorry, something went wrong.
No branches or pull requests
Hi all,
do you know if there are different error for
timeout
andrecv_timeout
?In my case I'm using a HTTPoison.Request! and I receive a
** (HTTPoison.Error) :timeout
is this error related to first timeout ? in this case what I should see in case of
recv_timeout
?Thanks,
Daniele
The text was updated successfully, but these errors were encountered: