netty / netty-incubator-codec-http3

Experimental HTTP3 codec on top of QUIC
Apache License 2.0
170 stars 35 forks source link

QPACK: Correctly encode / decode indexes #250

Closed normanmaurer closed 1 year ago

normanmaurer commented 1 year ago

Motivation:

We did had an error in how to encoded / decoded indexes when using the dynamic table.

Modifications:

Correct decoding / encoding

Result:

Dynamic table works as expected. Fixes https://github.com/netty/netty-incubator-codec-http3/issues/249

AlekseiEfimov commented 1 year ago

The changes look good to me