quic-go / qpack

a (minimal) QPACK (RFC 9204) implementation in Go
MIT License
29 stars 8 forks source link

use the static table #8

Closed marten-seemann closed 4 years ago

marten-seemann commented 5 years ago

We currently only use the static table for decoding, but not for encoding.

jstordeur commented 4 years ago

Following up, I'll take a look at this issue first before considering the dynamic table work.

marten-seemann commented 4 years ago

Fixed by #10.