Merge pull request #2691 from lucas-clemente/fix-congestion-state-tracing

fix tracing of congestion state updates
This commit is contained in:
Marten Seemann
2020-07-29 07:58:09 +07:00
committed by GitHub

View File

@@ -277,4 +277,5 @@ func (c *cubicSender) maybeTraceStateChange(new logging.CongestionState) {
return
}
c.tracer.UpdatedCongestionState(new)
c.lastState = new
}