mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-22 15:15:48 +00:00
1. Now forwarding the fillable event rather than assuming that is due to garbage bytes or by a server close. This ensures that a HTTP read consumes the TLS bytes and the `NewSessionTicket` message. 2. Avoid to set the `SslConnection` onto the `EndPoint` in `SslClientConnectionFactory` - this allows upgrades to work properly, for example when tunnelling through a secure proxy. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>