-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Broken pipe #4
Comments
Hmm I feel like this should be handled by HTTP.jl but I guess I can add a retry for it |
This will be handled by HTTP.jl on Julia 0.7+ because UVError became just a regular IOError. For now I'll manually handle it but add a comment saying we can remove it later. Contributing back to HTTP.jl or AWSCore.jl is not possible as both have dropped 0.6, and HTTP.jl did it in a patch version... This is going to be annoying if it happens anywhere else. |
Never mind, they don't actually wrap this error in an HTTP.IOError. |
This is fixed on HTTP and backported to a 0.6-compatible release |
Issues seems to still be occurring. Re-opening so it is easier to discover. |
On Julia 0.6.4 and CloudWatchLogs 0.1.0 after running for around 14 minutes I got the following warning:
The text was updated successfully, but these errors were encountered: