mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 05:07:36 +03:00
implement parsing of ACK_ECN frames
This commit is contained in:
parent
6f0a027f0f
commit
3d087d522c
5 changed files with 68 additions and 2 deletions
|
@ -331,6 +331,7 @@ var _ = Describe("Frame parsing", func() {
|
|||
0x0e: qerr.InvalidFrameData,
|
||||
0x0f: qerr.InvalidFrameData,
|
||||
0x10: qerr.InvalidStreamData,
|
||||
0x1a: qerr.InvalidAckData,
|
||||
} {
|
||||
_, err := ParseNextFrame(bytes.NewReader([]byte{b}), nil, versionIETFFrames)
|
||||
Expect(err).To(HaveOccurred())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue