# File lib/net/http/persistent.rb, line 311 def normalize_uri uri (uri =~ /^https?:/) ? uri : "http://#{uri}" end