netty / netty-incubator-codec-quic

Apache License 2.0
303 stars 72 forks source link

Add QuicTimeoutClosedChannelException which will be used to fail writ… #685

Closed normanmaurer closed 8 months ago

normanmaurer commented 8 months ago

…es for streams when the Channel was closed because of a idle timeout

Motivation:

To make it easier to debug we should fail queued writes on the streams with a special ClosedChannelException in case of a timeout.

Modifications:

Result:

Easier to debug connection close causes