Revert "fix FlagByte in PublicHeader"

This reverts commit 44e19787f3.
This commit is contained in:
Marten Seemann 2016-05-09 21:28:00 +07:00
parent 44e19787f3
commit 7bf94df817
3 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,7 @@ var _ = Describe("Server", func() {
It("composes version negotiation packets", func() {
expected := append(
[]byte{0x39, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0},
[]byte{0x3d, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0},
protocol.SupportedVersionsAsTags...,
)
Expect(composeVersionNegotiation(1)).To(Equal(expected))