From: "drbrain (Eric Hodel)" Date: 2012-08-18T08:34:48+09:00 Subject: [ruby-core:47239] [ruby-trunk - Bug #6889][Open] Restore backwards compatibility of Net::HTTP Issue #6889 has been reported by drbrain (Eric Hodel). ---------------------------------------- Bug #6889: Restore backwards compatibility of Net::HTTP https://bugs.ruby-lang.org/issues/6889 Author: drbrain (Eric Hodel) Status: Open Priority: Normal Assignee: naruse (Yui NARUSE) Category: lib Target version: 2.0.0 ruby -v: - =begin In Ruby 1.9.3 and earlier net/http defines a constant (({Net::HTTPSession})) which is an alias of (({Net::HTTP})). In r35761 for #6435 I accidentally moved the constant to (({Net::HTTP::HTTPSession})). The attached patch restores net/http to pre-r35761 behavior. =end -- http://bugs.ruby-lang.org/