netty5/handler/src
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
..
main/java/io/netty/handler Correctly update internal handshake state on beginHandshake() 2015-10-01 17:41:46 +02:00
test Adding client auth to SslContextBuilder 2015-09-18 12:16:49 -07:00