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
|
return false
|
||||||
}
|
}
|
||||||
// get the handshake read key
|
// get the handshake read key
|
||||||
// TODO: check that the initial stream doesn't have any more data
|
|
||||||
select {
|
select {
|
||||||
case <-h.receivedReadKey:
|
case <-h.receivedReadKey:
|
||||||
case <-h.handshakeErrChan:
|
case <-h.handshakeErrChan:
|
||||||
|
|||||||
Reference in New Issue
Block a user