1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/net
shugo 7242e6a9b6 net/ftp: add a new option ssl_handshake_timeout to Net::FTP.new.
The TLS handshake timeout can be specified independently, because the TLS
handshake doesn't start just after the underlying connection is established,
but after the AUTH command is completed.  It's also useful for testing
purposes.  However, if ssl_handshake_timeout is not specified, open_timeout
is used instead for convenience.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-11-29 02:47:11 +00:00
..
http
ftp.rb net/ftp: add a new option ssl_handshake_timeout to Net::FTP.new. 2016-11-29 02:47:11 +00:00
http.rb lib/*: remove closed checks 2016-11-21 23:05:41 +00:00
https.rb
imap.rb lib/*: remove closed checks 2016-11-21 23:05:41 +00:00
pop.rb lib/*: remove closed checks 2016-11-21 23:05:41 +00:00
protocol.rb
smtp.rb lib/*: remove closed checks 2016-11-21 23:05:41 +00:00