forked from quic-go/quic-go
use a buffered writer for the http3 response writer
This commit is contained in:
@@ -24,6 +24,7 @@ var _ = Describe("Response Writer", func() {
|
||||
})
|
||||
|
||||
decodeHeader := func(str io.Reader) map[string][]string {
|
||||
rw.Flush()
|
||||
fields := make(map[string][]string)
|
||||
decoder := qpack.NewDecoder(nil)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user