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