mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-23 19:48:19 +00:00
Accept PING frames during handshake
This commit is contained in:
committed by
Dirkjan Ochtman
parent
25cab1ed61
commit
4db1d2bdab
@@ -1571,7 +1571,7 @@ where
|
||||
}
|
||||
// Process frames
|
||||
match frame {
|
||||
Frame::Padding => {}
|
||||
Frame::Padding | Frame::Ping => {}
|
||||
Frame::Crypto(frame) => {
|
||||
self.read_tls(packet.header.space(), &frame)?;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user