ruby/lib/net
yugui 62941003a2 merges r30520 from trunk into ruby_1_9_2.
--
* lib/net/http.rb (Net::HTTP#connect): makes it timeout during
  SSL handshake too. [ruby-core:34203]
  Patch by Marc Slemko.

* test/net/http/test_http.rb (TestNetHTTP_v1_2#test_timeout_during_HTTP_session):
  test for [ruby-core:34203]

* test/net/http/test_https.rb (TestNetHTTPS#test_timeout_during_SSL_handshake):
  ditto.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@30571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-01-16 12:35:11 +00:00
..
.document * ext/socket/socket.c (sock_sockaddr): Socket#gethostbyname() 2004-06-24 23:10:55 +00:00
ftp.rb * lib/net/ftp.rb (initialize): set @sock to a NullSocket instance to 2010-02-06 15:26:20 +00:00
http.rb merges r30520 from trunk into ruby_1_9_2. 2011-01-16 12:35:11 +00:00
https.rb * lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716]. 2010-03-20 03:30:59 +00:00
imap.rb merges r27690 and r27903 from trunk into ruby_1_9_2. 2010-05-23 12:18:20 +00:00
pop.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
protocol.rb * lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): TimeoutError is 2009-06-12 21:50:35 +00:00
smtp.rb merges r30295,r30298 and r30299 from trunk into ruby_1_9_2. 2010-12-23 12:46:02 +00:00
telnet.rb merges r29544 from trunk into ruby_1_9_2. 2010-12-08 08:08:59 +00:00