netty5/handler/src/test/java/io/netty
Norman Maurer 4c73d24ea8
Handshake timeout may never be scheduled if handshake starts via a flush or starttls is used. (#8494)
Motivation:

We did not correctly schedule the handshake timeout if the handshake was either started by a flush(...) or if starttls was used.

Modifications:

- Correctly setup timeout in all cases
- Add unit tests.

Result:

Fixes https://github.com/netty/netty/issues/8493.
2018-11-13 19:22:38 +01:00
..
handler Handshake timeout may never be scheduled if handshake starts via a flush or starttls is used. (#8494) 2018-11-13 19:22:38 +01:00