From 268da523471408911c2cac872c0d96afe01250f6 Mon Sep 17 00:00:00 2001 From: normal Date: Mon, 21 Dec 2015 01:24:12 +0000 Subject: lib/net/http.rb (open_timeout): update default value in RDoc [ci skip] [ruby-core:72413] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53226 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/http.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/net/http.rb') diff --git a/lib/net/http.rb b/lib/net/http.rb index eb08edf0f7..8149215a1c 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -702,7 +702,7 @@ module Net #:nodoc: # Number of seconds to wait for the connection to open. Any number # may be used, including Floats for fractional seconds. If the HTTP # object cannot open a connection in this many seconds, it raises a - # Net::OpenTimeout exception. The default value is +nil+. + # Net::OpenTimeout exception. The default value is 60 seconds. attr_accessor :open_timeout # Number of seconds to wait for one block to be read (via one read(2) -- cgit v1.2.3