Actions
Backport #2779
closedNet::HTTP#get raises NoMethodError
Status:
Closed
Assignee:
-
Description
=begin
I think this was introduced in Revision 25851:
require 'net/http'
nh = Net::HTTP.new("does_not_exist_at_all.com")
nh.get("/")
NoMethodError: undefined method closed?' for nil:NilClass from /usr/local/lib/ruby/1.8/net/http.rb:1060:in
request'
from /usr/local/lib/ruby/1.8/net/http.rb:772:in `get'
from (irb):11
from /usr/local/lib/ruby/1.8/net/http.rb:2042
=end
Actions
Like0
Like0