netty5/handler
Norman Maurer 179cd9a4a1 Correctly update internal handshake state on beginHandshake()
Motivation:

We missed to correctly update the internal handshake state on beginHandshake() if we was able to finish the handshake directly. Also we not handled the case correctly when beginHandshake() was called after the first handshake was finished, which incorrectly throw an Error.

Modifications:

- Correctly set internal handshake state in all cases
- Correctly handle beginHandshake() once first handshake was finished.

Result:

Correctly handle OpenSslEngine.beginHandshake()
2015-10-01 17:41:46 +02:00
..
src Correctly update internal handshake state on beginHandshake() 2015-10-01 17:41:46 +02:00
pom.xml Update Netty to latest netty-tcnative 2015-09-18 12:07:21 -07:00