forked from quic-go/quic-go
Merge pull request #2691 from lucas-clemente/fix-congestion-state-tracing
fix tracing of congestion state updates
This commit is contained in:
@@ -277,4 +277,5 @@ func (c *cubicSender) maybeTraceStateChange(new logging.CongestionState) {
|
||||
return
|
||||
}
|
||||
c.tracer.UpdatedCongestionState(new)
|
||||
c.lastState = new
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user