quic-go / qpack

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

errata regarding access-control-allow-credentials values #34

Closed marten-seemann closed 7 months ago

marten-seemann commented 9 months ago

https://www.rfc-editor.org/errata/eid7277

Nothing actionable until the errata is resolved.

marten-seemann commented 7 months ago

Nothing to do here. We can't unilaterally change the static table, this would destroy interoperability with other implementations.

It is my understanding that an update to the static table would require some kind of signalling / negotiation mechanism so peers can agree on which table is in use. The IETF hasn't decided on a way to do so yet.