mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 12:47: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
|
@ -202,7 +202,7 @@ var _ = Describe("HTTP tests", func() {
|
|||
serr, ok := err.(streamCancelError)
|
||||
Expect(ok).To(BeTrue())
|
||||
Expect(serr.Canceled()).To(BeTrue())
|
||||
Expect(serr.ErrorCode()).To(BeEquivalentTo(5))
|
||||
Expect(serr.ErrorCode()).To(BeEquivalentTo(0x10d))
|
||||
return
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue