mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-06 13:47:35 +03:00
add version number to Frame.Write
This commit is contained in:
parent
a219b72968
commit
14b16a429c
21 changed files with 48 additions and 46 deletions
|
@ -19,7 +19,7 @@ var _ = Describe("Version", func() {
|
|||
})
|
||||
|
||||
It("has proper tag list", func() {
|
||||
Expect(protocol.SupportedVersionsAsTags).To(Equal([]byte("Q032")))
|
||||
Expect(protocol.SupportedVersionsAsTags).To(Equal([]byte("Q031Q032")))
|
||||
})
|
||||
|
||||
It("recognizes supported versions", func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue