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
akr cbd370f669 * lib/net/imap.rb (Net::IMAP#initialize): Close the opened socket when
any exception occur.
  This fixes a fd leak by IMAPTest#test_imaps_post_connection_check
  which start_tls_session() raises an exception.




git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-05-28 10:02:54 +00:00
..
http * lib/net/http/responses.rb: 2013-12-08 17:11:46 +00:00
ftp.rb * lib/net/ftp.rb (transfercmd): Close TCP server socket even if an 2014-05-27 15:14:59 +00:00
http.rb * lib/cgi/html.rb: fix typo by @windwiny [fix GH-506] 2014-01-19 05:43:26 +00:00
https.rb
imap.rb * lib/net/imap.rb (Net::IMAP#initialize): Close the opened socket when 2014-05-28 10:02:54 +00:00
pop.rb * lib/net/pop.rb: [DOC] Fix typo 2013-12-13 02:38:55 +00:00
protocol.rb net/protocol.rb: fix SMTP dot stuffing 2014-05-23 12:36:30 +00:00
smtp.rb * lib/net/smtp.rb: [DOC] Remove dead link to RAA by Giorgos Tsiftsis 2014-01-13 05:49:12 +00:00
telnet.rb