We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d1577 commit b0b2d21Copy full SHA for b0b2d21
1 file changed
src/connection.rs
@@ -226,6 +226,7 @@ pub async fn handle_user_socket(
226
// hack while warp only has opaque error types
227
match formatted.as_str() {
228
"WebSocket protocol error: Connection reset without closing handshake"
229
+ | "Broken pipe (os error 32)"
230
| "IO error: Connection reset by peer (os error 104)" => {
231
log::debug!("websocket error: {e:#}")
232
}
0 commit comments