080d69137f
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`.