forked from quic-go/quic-go
avoid duplicate mutex locking when reading data
This commit is contained in:
@@ -43,7 +43,7 @@ var _ = Describe("Stream Flow controller", func() {
|
||||
Expect(fc.sendWindow).To(Equal(sendWindow))
|
||||
})
|
||||
|
||||
It("queues window updates with the correction stream ID", func() {
|
||||
It("queues window updates with the correct stream ID", func() {
|
||||
var queued bool
|
||||
queueWindowUpdate := func(id protocol.StreamID) {
|
||||
Expect(id).To(Equal(protocol.StreamID(5)))
|
||||
|
||||
Reference in New Issue
Block a user