From: "MartinBosslet (Martin Bosslet)" Date: 2012-07-19T00:54:07+09:00 Subject: [ruby-core:46548] [ruby-trunk - Feature #5341] Add SSL session reuse to Net::HTTP Issue #5341 has been updated by MartinBosslet (Martin Bosslet). Eric, nahi and I discussed this a while ago and I think we all agreed finally? I remember I was OK with it :) ---------------------------------------- Feature #5341: Add SSL session reuse to Net::HTTP https://bugs.ruby-lang.org/issues/5341#change-28196 Author: drbrain (Eric Hodel) Status: Assigned Priority: Normal Assignee: drbrain (Eric Hodel) Category: lib Target version: 2.0.0 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://bugs.ruby-lang.org/