-
Notifications
You must be signed in to change notification settings - Fork 50
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
ssl_unsafe_read
requires isreadable(::SSLContext)
#188
Comments
JuliaWeb/HTTP.jl#529 suppresses those errors during close |
I'm running into this with Julia 1.8.0, MbedTLS 1.1.5, HTTP 1.1.3, similarly by way of AWSS3 (0.10.0).
|
quinnj
added a commit
that referenced
this issue
Sep 15, 2022
Previously we might throw ArgumentError, MbedException, or AssertionError. This PR proposes we more closely follow Sockets stdlib behavior by making these errors Base.IOError for consistency. Fixes #188
quinnj
added a commit
that referenced
this issue
Sep 16, 2022
Previously we might throw ArgumentError, MbedException, or AssertionError. This PR proposes we more closely follow Sockets stdlib behavior by making these errors Base.IOError for consistency. Fixes #188
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An issue encountered on Julia 0.6.4 on MbedTLS 0.5.14:
The text was updated successfully, but these errors were encountered: