Skip to content
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

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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