netty / netty-incubator-codec-http3

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

QPACK: Don't update known received count when stream is cancelled. #269

Closed normanmaurer closed 9 months ago

normanmaurer commented 9 months ago

Motivation:

We dont know if everything was sucessful decoded so we should not update the known received count on stream cancellation

Modifications:

Don't update the known received count on cancellation

Result:

Correct behaviour during cancellation