JuliaWeb / HTTP.jl

HTTP for Julia
https://juliaweb.github.io/HTTP.jl/stable/
Other
635 stars 176 forks source link

fix(server): don't check connection state on IOError handling #1122

Open krynju opened 11 months ago

krynju commented 11 months ago

In case of the linked issue the Connection's IO is open, so it logs as Error, even though it should be ignored. I'm not sure if any other case requires this isopen check or do we just want to Debug on all IOErrors

Fixes: https://github.com/JuliaWeb/HTTP.jl/issues/1121