remove leftover TODO in the crypto setup

This commit is contained in:
Marten Seemann
2019-01-11 09:22:17 +07:00
parent 6fbe8d563e
commit 337b9f9a93

View File

@@ -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: