forked from quic-go/quic-go
remove duplicate log statement in the proxy
This commit is contained in:
@@ -243,7 +243,6 @@ func (p *QuicProxy) runConnection(conn *connection) error {
|
|||||||
}
|
}
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
utils.Debugf("forwarding outgoing packet %d (%d bytes) to %s", packetCount, n, conn.ClientAddr)
|
|
||||||
|
|
||||||
delay := p.delayPacket(DirectionOutgoing, packetCount)
|
delay := p.delayPacket(DirectionOutgoing, packetCount)
|
||||||
if delay != 0 {
|
if delay != 0 {
|
||||||
|
|||||||
Reference in New Issue
Block a user