forked from quic-go/quic-go
remove the LongHeader field from the wire.Header
This commit is contained in:
@@ -40,7 +40,6 @@ var _ = Describe("Packet Handler Map", func() {
|
||||
buf := &bytes.Buffer{}
|
||||
Expect((&wire.ExtendedHeader{
|
||||
Header: wire.Header{
|
||||
IsLongHeader: true,
|
||||
Type: t,
|
||||
DestConnectionID: connID,
|
||||
Length: length,
|
||||
|
||||
Reference in New Issue
Block a user