mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 00:17:18 +00:00
Since requests cannot be connection delimited, don't call sslEngine.closeInbound() on the server. On the client, added a configuration parameter to allow missing TLS Close Message, since many servers do that. Introduced SslConnection.allowMissingCloseMessage so that it throws in case of truncation attacks.