mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 13:17:36 +03:00
rename MaxDataFrame.ByteOffset to MaximumData
This commit is contained in:
parent
00f8028e52
commit
f4519cfd32
16 changed files with 32 additions and 32 deletions
|
@ -225,7 +225,7 @@ var _ = Describe("Session", func() {
|
|||
It("updates the flow control window of the connection", func() {
|
||||
offset := protocol.ByteCount(0x800000)
|
||||
connFC.EXPECT().UpdateSendWindow(offset)
|
||||
sess.handleMaxDataFrame(&wire.MaxDataFrame{ByteOffset: offset})
|
||||
sess.handleMaxDataFrame(&wire.MaxDataFrame{MaximumData: offset})
|
||||
})
|
||||
|
||||
It("ignores MAX_STREAM_DATA frames for a closed stream", func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue