mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
use a buffered writer for the http3 response writer
This commit is contained in:
parent
c10af76a4a
commit
683230372e
5 changed files with 19 additions and 10 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue