From 337b9f9a93a485f6cfa67a9f7f6914bce06f7b19 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Fri, 11 Jan 2019 09:22:17 +0700 Subject: [PATCH] remove leftover TODO in the crypto setup --- internal/handshake/crypto_setup.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/handshake/crypto_setup.go b/internal/handshake/crypto_setup.go index 0ea25c20..2675c131 100644 --- a/internal/handshake/crypto_setup.go +++ b/internal/handshake/crypto_setup.go @@ -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: