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 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index de24a54cdb..d5a17804ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Jul 25 09:05:38 2012 Eric Hodel + + * 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 + Wed Jul 25 06:54:24 2012 Eric Hodel * doc/re.rdoc: Fix spelling -- cgit v1.2.3