forked from quic-go/quic-go
make it possible to set settings unknown to the http3 package
This commit is contained in:
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user