You can clone with HTTPS or Subversion.
Hello,
I found an error in net/http documentation :
Net::HTTP.start(uri.host, uri.port, :use_ssl => uri.scheme == 'https').start do |http| request = Net::HTTP::Get.new uri.request_uri response = http.request request # Net::HTTPResponse object end
The first line call start() method 2 times here.
* lib/net/http.rb: fixed https doc error
c6b296e
Merged by r3781. Thank you.
Hello,
I found an error in net/http documentation :
The first line call start() method 2 times here.