Skip to content

Commit

Permalink
Removes debug statement in handshake_agent
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiraux committed Apr 29, 2020
1 parent af4a2fa commit ea947a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion agents/handshake_agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea947a0

Please sign in to comment.