forked from quic-go/quic-go
flowcontrol: reset the connection send window when 0-RTT is rejected (#4764)
This commit is contained in:
@@ -106,5 +106,6 @@ func (c *connectionFlowController) Reset() error {
|
||||
}
|
||||
c.bytesSent = 0
|
||||
c.lastBlockedAt = 0
|
||||
c.sendWindow = 0
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user