Skip to content

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

Open
krynju wants to merge 1 commit intoJuliaWeb:masterfrom
krynju:patch-1
Open

fix(server): don't check connection state on IOError handling#1122
krynju wants to merge 1 commit intoJuliaWeb:masterfrom
krynju:patch-1

Conversation

@krynju
Copy link

@krynju krynju commented Oct 26, 2023

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: #1121

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

handle_connection handler error is noisy and logs at Logging.Error level

1 participant