netty5/handler/src/test/java/io
Norman Maurer d4a1665941 Fix SSLEngineTest handshake method.
Motivation:

We used && in the handshake method of SSLEngineTest but it must be ||.

Modifications:

Changed && to ||

Result:

Correctly check condition
2016-01-27 08:58:45 +01:00
..
netty/handler Fix SSLEngineTest handshake method. 2016-01-27 08:58:45 +01:00