mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 13:17:36 +03:00
remove duplicate log statement in the proxy
This commit is contained in:
parent
6ca44459e5
commit
03171bc725
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue