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