You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve error message on websocket client close (#392)
Currently the server side prints the error message every time the client sends the Close frame.
Since the frame is sent on most connections, this leads to unneccary spam.
I haven't tested the http2 variant, but from looking at the code, it follows the same pattern with a different ErrorKind.
With the lower priority log level, this can be filtered easily.
The distinct messages also help with checking the logs by hand.
0 commit comments