add an application-defined error type, for RST_STREAM and STOP_SENDING

This commit is contained in:
Marten Seemann 2017-12-15 09:53:53 +07:00
parent efa781b067
commit 40650d93f0
6 changed files with 22 additions and 20 deletions

View file

@ -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())