netty / netty-incubator-codec-quic

Apache License 2.0
303 stars 72 forks source link

Only close channel when receiving a STOP_SENDING frame #626

Closed normanmaurer closed 11 months ago

normanmaurer commented 11 months ago

Motivation:

We need to ensure we correctly handle the situation when receiving a STOP_SENDING frame. Due a bug we fired an exception trough the pipeline and closed the channel. This is confusing, let's just close the channel.

Modifications:

Result:

Fixes bug reported in https://github.com/netty/netty-incubator-codec-http3/issues/262