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