We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff6805 commit 6663a03Copy full SHA for 6663a03
lightway-core/src/connection.rs
@@ -216,6 +216,7 @@ impl ConnectionError {
216
Disconnected => true,
217
WolfSSL(wolfssl::Error::Fatal(ErrorKind::DomainNameMismatch)) => true,
218
WolfSSL(wolfssl::Error::Fatal(ErrorKind::DuplicateMessage)) => true,
219
+ WolfSSL(wolfssl::Error::Fatal(ErrorKind::PeerClosed)) => true,
220
221
WireError(wire::FromWireError::UnknownFrameType) => false,
222
WireError(_) => true,
0 commit comments