From: Eric Hodel Date: 2011-09-20T06:56:04+09:00 Subject: [ruby-core:39629] [Ruby 1.9 - Feature #5341][Open] Add SSL session reuse to Net::HTTP Issue #5341 has been reported by Eric Hodel. ---------------------------------------- Feature #5341: Add SSL session reuse to Net::HTTP http://redmine.ruby-lang.org/issues/5341 Author: Eric Hodel Status: Open Priority: Normal Assignee: Category: lib Target version: 1.9.4 SSL session reuse allows reconnection to an HTTPS server to avoid an SSL handshake which avoids extra computations and network round-trips and increases the performance of SSL connections. -- http://redmine.ruby-lang.org