netty / netty-incubator-codec-quic

Apache License 2.0
303 stars 72 forks source link

Correctly fail connect future if failure in parent pipeline accours #657

Closed normanmaurer closed 9 months ago

normanmaurer commented 9 months ago

Motivation:

We need to propagate any exception that happens in the parent ChannelPipeline during connect.

Modifications:

Result:

No more connect stalls when a exception happens in the parent pipeline during processing the connect