mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
chore: fix multiple typos in comments (#3612)
* chore: fix multiple typos I run into * Update conn_id_generator_test.go Co-authored-by: Marten Seemann <martenseemann@gmail.com> * Update internal/ackhandler/sent_packet_handler_test.go Co-authored-by: Marten Seemann <martenseemann@gmail.com> Co-authored-by: Marten Seemann <martenseemann@gmail.com>
This commit is contained in:
parent
df762b7552
commit
5fe9f9bd89
5 changed files with 5 additions and 5 deletions
|
@ -47,7 +47,7 @@ func (c *baseFlowController) AddBytesSent(n protocol.ByteCount) {
|
|||
c.bytesSent += n
|
||||
}
|
||||
|
||||
// UpdateSendWindow is be called after receiving a MAX_{STREAM_}DATA frame.
|
||||
// UpdateSendWindow is called after receiving a MAX_{STREAM_}DATA frame.
|
||||
func (c *baseFlowController) UpdateSendWindow(offset protocol.ByteCount) {
|
||||
if offset > c.sendWindow {
|
||||
c.sendWindow = offset
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue