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