make it possible to set settings unknown to the http3 package

This commit is contained in:
Marten Seemann 2022-03-22 10:22:15 +01:00
parent 57461e01b5
commit a54816867f
8 changed files with 27 additions and 17 deletions

View file

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