ruby/test/net
ngoto ba536e4154 * test/net/ftp/test_ftp.rb (create_ftp_server): set SO_OOBINLINE
for receiving OOB data which is sended with MSG_OOB flag in
  portable way. [Bug #10915] [ruby-dev:48885]
* test/net/ftp/test_ftp.rb (test_abort, test_status): use gets
  for receiving OOB data in portable way.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49800 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-03-02 03:07:18 +00:00
..
ftp * test/net/ftp/test_ftp.rb (create_ftp_server): set SO_OOBINLINE 2015-03-02 03:07:18 +00:00
http * lib/net/http/header.rb: pass header names as symbols. 2015-02-08 11:09:44 +00:00
imap * test/net/imap/test_imap.rb (ImapTest#imaps_test): forced error on SSL sockets 2014-12-07 13:59:17 +00:00
pop * test/net/pop/test_pop.rb: Use assert_join_threads. 2014-11-11 13:33:46 +00:00
protocol net/protocol.rb: fix SMTP dot stuffing 2014-05-23 12:36:30 +00:00
smtp * lib/net/smtp.rb (Net::SMTP#critical): Always return a 2013-12-02 05:18:04 +00:00