Skip to content

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

Closed
krynju wants to merge 1 commit into
JuliaWeb:masterfrom
krynju:patch-1
Closed

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

Conversation

@krynju

@krynju krynju commented Oct 26, 2023

Copy link
Copy Markdown
Contributor

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

@quinnj

quinnj commented Jun 15, 2026

Copy link
Copy Markdown
Member

Closing as already fixed in the 2.0 refactor

@quinnj quinnj closed this Jun 15, 2026
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

2 participants