mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
make it possible to set settings unknown to the http3 package
This commit is contained in:
parent
57461e01b5
commit
a54816867f
8 changed files with 27 additions and 17 deletions
|
@ -261,7 +261,7 @@ var _ = Describe("Client", func() {
|
|||
})
|
||||
}
|
||||
|
||||
It("resets streams other than the control stream and the QPACK streams", func() {
|
||||
It("resets streams Other than the control stream and the QPACK streams", func() {
|
||||
buf := &bytes.Buffer{}
|
||||
quicvarint.Write(buf, 1337)
|
||||
str := mockquic.NewMockStream(mockCtrl)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue