forked from quic-go/quic-go
use stream 0 for the crypto stream when using TLS
This commit is contained in:
@@ -59,7 +59,7 @@ var _ = Describe("Stream", func() {
|
||||
onDataCalled = false
|
||||
resetCalled = false
|
||||
mockFC = mocks.NewMockStreamFlowController(mockCtrl)
|
||||
str = newStream(streamID, onData, onReset, mockFC)
|
||||
str = newStream(streamID, onData, onReset, mockFC, protocol.VersionWhatever)
|
||||
|
||||
timeout := scaleDuration(250 * time.Millisecond)
|
||||
strWithTimeout = struct {
|
||||
|
||||
Reference in New Issue
Block a user