ruby-changes:41153
From: normal <ko1@a...>
Date: Mon, 21 Dec 2015 10:24:24 +0900 (JST)
Subject: [ruby-changes:41153] normal:r53226 (trunk): lib/net/http.rb (open_timeout): update default value in RDoc [ci skip]
normal 2015-12-21 10:24:12 +0900 (Mon, 21 Dec 2015) New Revision: 53226 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53226 Log: lib/net/http.rb (open_timeout): update default value in RDoc [ci skip] [ruby-core:72413] Modified files: trunk/ChangeLog trunk/lib/net/http.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 53225) +++ ChangeLog (revision 53226) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Mon Dec 21 10:21:22 2015 Ilya Vassilevsky <vassilevsky@g...> + + * lib/net/http.rb (open_timeout): update default value in RDoc + [ruby-core:72413] + Mon Dec 21 10:18:46 2015 Kazuki Yamaguchi <k@r...> * vm_backtrace.c (rb_profile_frames): ignore ifunc frames as it Index: lib/net/http.rb =================================================================== --- lib/net/http.rb (revision 53225) +++ lib/net/http.rb (revision 53226) @@ -702,7 +702,7 @@ module Net #:nodoc: https://github.com/ruby/ruby/blob/trunk/lib/net/http.rb#L702 # 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) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/