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
|
@ -190,7 +190,7 @@ var _ = Describe("SentPacketHandler", func() {
|
|||
Expect(err).ToNot(HaveOccurred())
|
||||
Expect(handler.appDataPackets.largestAcked).To(Equal(protocol.PacketNumber(3)))
|
||||
// this wouldn't happen in practice
|
||||
// for testing purposes, we pretend send a different ACK frame in a duplicated packet, to be able to verify that it actually doesn't get processed
|
||||
// for testing purposes, we pretend to send a different ACK frame in a duplicated packet, to be able to verify that it actually doesn't get processed
|
||||
_, err = handler.ReceivedAck(ack2, protocol.Encryption1RTT, time.Now())
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
Expect(handler.appDataPackets.largestAcked).To(Equal(protocol.PacketNumber(4)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue