mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
cc52f511b1
commit
268da52347
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Dec 21 10:21:22 2015 Ilya Vassilevsky <vassilevsky@gmail.com>
|
||||
|
||||
* lib/net/http.rb (open_timeout): update default value in RDoc
|
||||
[ruby-core:72413]
|
||||
|
||||
Mon Dec 21 10:18:46 2015 Kazuki Yamaguchi <k@rhe.jp>
|
||||
|
||||
* vm_backtrace.c (rb_profile_frames): ignore ifunc frames as it
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue