From: "mame (Yusuke Endoh)" Date: 2012-03-30T08:49:36+09:00 Subject: [ruby-core:43911] [ruby-trunk - Feature #5341][Assigned] Add SSL session reuse to Net::HTTP Issue #5341 has been updated by mame (Yusuke Endoh). Status changed from Open to Assigned Assignee set to naruse (Yui NARUSE) Target version changed from 1.9.4 to 2.0.0 I tentatively assign this issue to Naruse-san because he is running for the maintainer of net/http. -- Yusuke Endoh ---------------------------------------- Feature #5341: Add SSL session reuse to Net::HTTP https://bugs.ruby-lang.org/issues/5341#change-25428 Author: drbrain (Eric Hodel) Status: Assigned Priority: Normal Assignee: naruse (Yui NARUSE) 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/