netty / netty-incubator-codec-http3

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

QPACK: Handle it as an error if we receive an ack for a section for w… #268

Closed normanmaurer closed 9 months ago

normanmaurer commented 9 months ago

…hich we have no indices.

Motivation:

We should treat it as an error if we receive an ack for a section for which we have no indices.

Modifications:

Throw exception if we receive an ack for a section that has no indices

Result:

Correctly handle acks