fix tracing of congestion state updates

This commit is contained in:
Marten Seemann 2020-07-28 08:56:21 +07:00
parent a854a4ace9
commit c7127594c8

View file

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