Merge pull request #1733 from lucas-clemente/remove-leftover-todo

remove leftover TODO in the crypto setup
This commit is contained in:
Marten Seemann
2019-01-17 09:13:53 +07:00
committed by GitHub

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: