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