mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-06 13:47:35 +03:00
rename the cryptoStreamI interface to cryptoStream
This commit is contained in:
parent
40050f558d
commit
04147d86da
9 changed files with 20 additions and 20 deletions
|
@ -345,7 +345,7 @@ var _ = Describe("Session", func() {
|
|||
fc := mocks.NewMockStreamFlowController(mockCtrl)
|
||||
offset := protocol.ByteCount(0x4321)
|
||||
fc.EXPECT().UpdateSendWindow(offset)
|
||||
sess.cryptoStream.(*cryptoStream).sendStream.flowController = fc
|
||||
sess.cryptoStream.(*cryptoStreamImpl).sendStream.flowController = fc
|
||||
err := sess.handleMaxStreamDataFrame(&wire.MaxStreamDataFrame{
|
||||
StreamID: sess.version.CryptoStreamID(),
|
||||
ByteOffset: offset,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue