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
2015-11-27 15:03:24 +00:00
..
http * lib/net/http/response.rb (Net::HTTPResponse::Inflater#finish): 2015-08-01 08:23:32 +00:00
ftp.rb * lib/net/ftp.rb (initialize): Connections are in passive mode per 2015-11-11 03:48:45 +00:00
http.rb fixup! * lib/net/http.rb (connect): detect closed connection and reconnect If the server closes a keep-alive http connection, the client socket reaches EOF. To avoid an EOFError, detect the closed connection and reconnect. Added test to ensure HTTP#post succeeds even if the keep-alive-connection has been closed by the server. by Kristian Hanekamp <kris.hanekamp@gmail.com> https://github.com/ruby/ruby/pull/1089 fix GH-1089 2015-11-27 15:03:24 +00:00
https.rb * ext/openssl/*: use license instead of licence. 2015-04-20 03:55:09 +00:00
imap.rb * lib/net/imap.rb: remove an empty comment line and -*-. 2015-10-23 06:29:08 +00:00
pop.rb
protocol.rb lib/net/*: use io/wait methods instead of IO.select 2015-04-15 20:11:23 +00:00
smtp.rb