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
Julia 0.6.4 HTTP.jl 0.6.14 MbedTLS.jl 0.5.12 -- Please specify versions
HTTP.jl/src/ConnectionRequest.jl
Line 38 in cd9f60b
getconnection
UVError
IOError
As far as I know this will be the same in the latest Julia+HTTP version combo.
Wrapping this in HTTP.IOExtras.IOError would allow the retry code in AWSCore.jl to retry in this case. Is that something we can add+backport?
HTTP.IOExtras.IOError
The text was updated successfully, but these errors were encountered:
Sounds fine to me; submit a PR?
Sorry, something went wrong.
I've backported this to release-0.6 as well.
Thanks!! That's excellent!
Also see #306, which would imply simultaneously changing AWSCore to be compatible.
No branches or pull requests
Julia 0.6.4
HTTP.jl 0.6.14
MbedTLS.jl 0.5.12 -- Please specify versions
HTTP.jl/src/ConnectionRequest.jl
Line 38 in cd9f60b
Sometimes this call to
getconnection
throws aUVError
/IOError
"connect: broken pipe (EPIPE)" (e.g., invenia/CloudWatchLogs.jl#4).As far as I know this will be the same in the latest Julia+HTTP version combo.
Wrapping this in
HTTP.IOExtras.IOError
would allow the retry code in AWSCore.jl to retry in this case. Is that something we can add+backport?The text was updated successfully, but these errors were encountered: