From ea947a0b9669fe405617d1b8238a675c0bd73d91 Mon Sep 17 00:00:00 2001 From: Maxime Piraux Date: Wed, 29 Apr 2020 14:32:18 +0200 Subject: [PATCH] Removes debug statement in handshake_agent --- agents/handshake_agent.go | 1 - 1 file changed, 1 deletion(-) diff --git a/agents/handshake_agent.go b/agents/handshake_agent.go index de86df5..4b05e1e 100644 --- a/agents/handshake_agent.go +++ b/agents/handshake_agent.go @@ -69,7 +69,6 @@ func (a *HandshakeAgent) Run(conn *Connection) { case *RetryPacket: // TODO: Validate this, https://tools.ietf.org/html/draft-ietf-quic-tls-27#section-5.8 if !a.IgnoreRetry && !a.receivedRetry { - spew.Dump(p) a.Logger.Println("A Retry packet was received, restarting the connection") a.receivedRetry = true conn.DestinationCID = p.Header().(*LongHeader).SourceCID