mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
add an application-defined error type, for RST_STREAM and STOP_SENDING
This commit is contained in:
parent
efa781b067
commit
40650d93f0
6 changed files with 22 additions and 20 deletions
|
@ -102,7 +102,7 @@ var _ = Describe("Packet unpacker", func() {
|
|||
f := &wire.RstStreamFrame{
|
||||
StreamID: 0xdeadbeef,
|
||||
ByteOffset: 0xdecafbad11223344,
|
||||
ErrorCode: 0x13371234,
|
||||
ErrorCode: 0x1337,
|
||||
}
|
||||
err := f.Write(buf, versionGQUICFrames)
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue