mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
protocol: remove VersionWhatever, previously used for testing (#3763)
This commit is contained in:
parent
3ebdd1df5e
commit
f36690ae9c
13 changed files with 43 additions and 48 deletions
|
@ -43,7 +43,7 @@ var _ = Describe("Send Stream", func() {
|
|||
StreamID: streamID,
|
||||
Offset: offset,
|
||||
DataLenPresent: true,
|
||||
}).Length(protocol.VersionWhatever)
|
||||
}).Length(protocol.Version1)
|
||||
}
|
||||
|
||||
waitForWrite := func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue