netty / netty-incubator-codec-quic

Apache License 2.0
303 stars 72 forks source link

Ensure we correctly detect closure if ssl tasks are offloaded. #663

Closed normanmaurer closed 9 months ago

normanmaurer commented 9 months ago

Motivation:

We did sometimes not correctly detect the closure of the underlying quiche connection if we did offload operations to an executor.

Modifications:

Add checks to detect closure once we dispatch back to the eventloop.

Result:

Always detect closure