netty5/handler/src
Idel Pivnitskiy 080d69137f
Simplify flushAtEnd flag computation in SslHandler#handlerAdded (#11025)
Motivation:

The `!fastOpen` part of `active || !fastOpen` is always false.

Modification:

- Remove `!fastOpen` and keep only `active` as a `flushAtEnd` flag for
`startHandshakeProcessing`;
- Update comment;

Result:

Simplified `flushAtEnd` flag computation in `SslHandler#handlerAdded`.
2021-02-16 14:04:29 +01:00
..
main Simplify flushAtEnd flag computation in SslHandler#handlerAdded (#11025) 2021-02-16 14:04:29 +01:00
test Disable flaky test (#11017) 2021-02-11 13:27:21 +01:00