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 ec41014 commit 474390bCopy full SHA for 474390b
tonic/src/transport/server/incoming.rs
@@ -94,6 +94,8 @@ fn handle_accept_error(e: impl Into<crate::Error>) -> ControlFlow<crate::Error>
94
if matches!(
95
e.kind(),
96
io::ErrorKind::ConnectionAborted
97
+ | io::ErrorKind::ConnectionReset
98
+ | io::ErrorKind::BrokenPipe
99
| io::ErrorKind::Interrupted
100
| io::ErrorKind::InvalidData // Raised if TLS handshake failed
101
| io::ErrorKind::UnexpectedEof // Raised if TLS handshake failed
0 commit comments