mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +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
|
@ -75,7 +75,7 @@ var _ = Describe("Connection ID Generator", func() {
|
|||
Expect(queuedFrames).To(HaveLen(protocol.MaxIssuedConnectionIDs - 1))
|
||||
})
|
||||
|
||||
// SetMaxActiveConnIDs is called twice when we dialing a 0-RTT connection:
|
||||
// SetMaxActiveConnIDs is called twice when dialing a 0-RTT connection:
|
||||
// once for the restored from the old connections, once when we receive the transport parameters
|
||||
Context("dealing with 0-RTT", func() {
|
||||
It("doesn't issue new connection IDs when SetMaxActiveConnIDs is called with the same value", func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue