netty5/handler/src
Norman Maurer 932d77b83e
Verify error stack is empty after each operation when using ReferenceCountedOpenSslEngine. (#7943)
Motivation:

https://github.com/netty/netty/pull/7941 proved that its easy to not correctly clear the error stack sometimes. We should do carefully test this.

Modifications:

Add a new SSLEngine wrapper that is used during tests, which verifies that the error stack is empty after each method call.

Result:

Better testing.
2018-05-16 13:50:37 +02:00
..
main/java/io/netty/handler Correctly detect if protocol is enabled when using netty-tcnative (#7940) 2018-05-16 07:23:55 +02:00
test Verify error stack is empty after each operation when using ReferenceCountedOpenSslEngine. (#7943) 2018-05-16 13:50:37 +02:00