use a buffered writer for the http3 response writer

This commit is contained in:
Marten Seemann 2020-03-27 08:42:35 +07:00
parent c10af76a4a
commit 683230372e
5 changed files with 19 additions and 10 deletions

View file

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