From: Hiroshi Nakamura Date: 2011-10-25T19:40:28+09:00 Subject: [ruby-core:40340] [ruby-trunk - Feature #5341] Add SSL session reuse to Net::HTTP Issue #5341 has been updated by Hiroshi Nakamura. According to this tweet, ext/openssl in ruby 1.9.1 or earlier didn't work well with Google's SSL false-start servers, right? https://twitter.com/#!/drbrain/status/115945404830449664 Then it might be a bug that existed in old version of ext/openssl. ---------------------------------------- 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