JuliaLang / MbedTLS.jl

Wrapper around mbedtls
Other
41 stars 50 forks source link

so/async_exception #183

Closed samoconnor closed 5 years ago

samoconnor commented 5 years ago

If the @async monitoring tasks does a zero-byte read that finds that the server sent a fatal alert, the exception will be rethrown the next time the user calls eof or one of the read functions.

See https://github.com/JuliaWeb/HTTP.jl/issues/342