mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
update HTTP/3 errors
This commit is contained in:
parent
d689f9a392
commit
f9bbac8b04
5 changed files with 54 additions and 73 deletions
|
@ -33,10 +33,6 @@ var _ = Describe("error codes", func() {
|
|||
}
|
||||
})
|
||||
|
||||
It("has a string represenation for frame parsing errors", func() {
|
||||
Expect(errorCode(0x142).String()).To(Equal("HTTP_MALFORMED_FRAME: 0x42"))
|
||||
})
|
||||
|
||||
It("has a string representation for unknown error codes", func() {
|
||||
Expect(errorCode(0x1337).String()).To(Equal("unknown error code: 0x1337"))
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue