mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix exception class [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60046 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
dbb6e0a47c
commit
8aebd7e9eb
1 changed files with 2 additions and 1 deletions
|
@ -739,7 +739,8 @@ module Net #:nodoc:
|
|||
|
||||
# Maximum number of times to retry an idempotent request in case of
|
||||
# Net::ReadTimeout, IOError, EOFError, Errno::ECONNRESET,
|
||||
# Errno::ECONNABORTED, Errno::EPIPE, OpenSSL::SSL, Timeout::Error
|
||||
# Errno::ECONNABORTED, Errno::EPIPE, OpenSSL::SSL::SSLError,
|
||||
# Timeout::Error.
|
||||
# Should be non-negative integer number. Zero means no retries.
|
||||
# The default value is 1.
|
||||
def max_retries=(retries)
|
||||
|
|
Loading…
Add table
Reference in a new issue