netty / netty-incubator-codec-http3

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

Correctly increment the reference count of entries in the dynamic table #266

Closed normanmaurer closed 9 months ago

normanmaurer commented 9 months ago

Motivation:

We did not correctly update all reference counts and so could end up with envict things that are actual still in use.

Modifications:

Increment reference count for everything that is used and keep track of all of the indices that needs to be handled on ack

Result:

Correct dynamic table impl and handling