From ead728ca7d7a42a3c1658d00102732947b514dea Mon Sep 17 00:00:00 2001 From: drbrain Date: Wed, 25 Jul 2012 00:05:59 +0000 Subject: * lib/net/http.rb: Added SSL session reuse across connections for a single instance to speed up connection. [Feature #5341] * NEWS: ditto * test/net/http/test_https.rb: Tests for #5341 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 85add229de..ce1dc8be9f 100644 --- a/NEWS +++ b/NEWS @@ -89,6 +89,8 @@ with all sufficient information, see the ChangeLog file. variable. See Net::HTTP::new for details. * gzip and deflate compression are now requested for all requests by default. See Net::HTTP for details. + * SSL sessions are now reused across connections for a single instance. + This speeds up connection by using a previously negotiated session. * new methods: * Net::HTTP#local_host * Net::HTTP#local_host= -- cgit v1.2.3