netty5/handler/src/main/java/io/netty
Norman Maurer 382f8eacaf Correctly fail all promises SSLENGINE_CLOSED once the engine is closed
Motivation:

We should fail all promises with the correct SSLENGINE_CLOSED exception one the engine is closed. We did not fail the current promise with this exception if the ByteBuf was not readable.

Modifications:

Correctly fail promises.

Result:

More correct handling of promises if the SSLEngine is closed.
2016-08-17 21:47:00 +02:00
..
handler Correctly fail all promises SSLENGINE_CLOSED once the engine is closed 2016-08-17 21:47:00 +02:00