mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-06 05:37:36 +03:00
remove unused GetBytesSent function from flow controller
This commit is contained in:
parent
7ce7203f16
commit
1aaf049a11
3 changed files with 0 additions and 20 deletions
|
@ -118,11 +118,6 @@ var _ = Describe("Flow controller", func() {
|
|||
Expect(controller.bytesSent).To(Equal(protocol.ByteCount(5 + 6)))
|
||||
})
|
||||
|
||||
It("gets the bytesSent", func() {
|
||||
controller.bytesSent = 8
|
||||
Expect(controller.GetBytesSent()).To(Equal(protocol.ByteCount(8)))
|
||||
})
|
||||
|
||||
It("gets the size of the remaining flow control window", func() {
|
||||
controller.bytesSent = 5
|
||||
controller.sendWindow = 12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue