jetty.project/jetty-http2/http2-client/src
Simone Bordet d53af5d737 Fixes #523 - TLS close behaviour breaking session resumption.
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.
2017-05-17 13:07:21 +02:00
..
main/java/org/eclipse/jetty/http2/client Fixes #523 - TLS close behaviour breaking session resumption. 2017-05-17 13:07:21 +02:00
test Issue #1340 Consistent optional use of query string in PushCacheFilter 2017-03-09 16:24:31 +11:00