netty / netty-incubator-codec-quic

Apache License 2.0
303 stars 72 forks source link

Fail writes with ChannelOutputShutdownException when STREAM_STOPPED i… #683

Closed normanmaurer closed 8 months ago

normanmaurer commented 8 months ago

…s received

Motivation:

If STREAM_STOPPED is received we should fail all writes with ChannelOutputShutdownException before tearing down the channel

Modifications:

Explicit handle STREAM_STOPPED

Result:

Better signaling of received STREAM_STOPPED