forked from quic-go/quic-go
Merge pull request #1733 from lucas-clemente/remove-leftover-todo
remove leftover TODO in the crypto setup
This commit is contained in:
@@ -327,7 +327,6 @@ func (h *cryptoSetup) handleMessageForServer(msgType messageType) bool {
|
||||
return false
|
||||
}
|
||||
// get the handshake read key
|
||||
// TODO: check that the initial stream doesn't have any more data
|
||||
select {
|
||||
case <-h.receivedReadKey:
|
||||
case <-h.handshakeErrChan:
|
||||
|
||||
Reference in New Issue
Block a user