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
kazu 2d302dfd40 * lib/webrick/server.rb (WEBrick::GenericServer#shutdown):
rescue Errno::ENOTCONN and close. [ruby-dev:35896]

* test/openssl/test_ssl.rb (OpenSSL#start_server): ditto.
  [ruby-dev:35897]

* lib/net/imap.rb (Net::IMAP#disconnect): ditto. [ruby-dev:35898]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18777 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-08-22 11:12:06 +00:00
..
.document
ftp.rb * lib/net/ftp.rb (login): raise FTPReplyError if passwd or acct 2008-08-07 11:55:13 +00:00
http.rb * lib/net/http.rb (send_request_with_body): Content-Length should be byte length of string. (closes #203) 2008-08-12 06:32:50 +00:00
https.rb * lib/net/https.rb: supress syntax warning. 2008-08-12 05:20:09 +00:00
imap.rb * lib/webrick/server.rb (WEBrick::GenericServer#shutdown): 2008-08-22 11:12:06 +00:00
pop.rb * lib/net/pop.rb: POP3Command should export @socket since POP calls #socket. 2008-08-12 07:09:08 +00:00
protocol.rb
smtp.rb
telnet.rb