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

@@ -64,7 +64,7 @@ var _ = Describe("Request", func() {
}))
})
It("handles other headers", func() {
It("handles Other headers", func() {
headers := []qpack.HeaderField{
{Name: ":path", Value: "/foo"},
{Name: ":authority", Value: "quic.clemente.io"},