netty5/handler
Norman Maurer 836c9b4844 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:16 +02:00
..
src Correctly update internal handshake state on beginHandshake() 2015-10-01 17:41:16 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2015-09-30 09:31:26 +02:00