From: "naruse (Yui NARUSE)" Date: 2012-07-18T13:21:33+09:00 Subject: [ruby-core:46545] [ruby-trunk - Feature #5341] Add SSL session reuse to Net::HTTP Issue #5341 has been updated by naruse (Yui NARUSE). Assignee changed from naruse (Yui NARUSE) to drbrain (Eric Hodel) drbrain (Eric Hodel) wrote: > Updated patch If Martin checked this patch, I'm ok; commit it. ---------------------------------------- Feature #5341: Add SSL session reuse to Net::HTTP https://bugs.ruby-lang.org/issues/5341#change-28188 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/