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
naruse 3ba0abdb15 * lib/net/http/header.rb (Net::HTTPHeader#range): fix broken parser of
HTTP Range request. Old one can't parse invalid specs and multiple
  specs correctly.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-23 13:09:26 +00:00
..
http * lib/net/http/header.rb (Net::HTTPHeader#range): fix broken parser of 2012-05-23 13:09:26 +00:00
.document
ftp.rb * lib/net/ftp.rb (Net::FTP#retrbinary): close only if conn is not nil 2012-05-21 12:56:17 +00:00
http.rb * lib/net/http.rb: Broke up Net::HTTP into individual files. 2012-05-22 20:36:21 +00:00
https.rb * lib/net/http.rb: improve rdoc. 2010-12-01 15:07:35 +00:00
imap.rb * lib/net/imap.rb (decode_utf7, encode_utf7): refactored by 2012-05-09 07:03:19 +00:00
pop.rb * lib/net/protocol.rb (module Net): Added ReadTimeout to match 2012-04-11 21:20:51 +00:00
protocol.rb * lib/net/protocol.rb (module Net): Added ReadTimeout to match 2012-04-11 21:20:51 +00:00
smtp.rb * lib/net/smtp.rb (check_continue): raise an error with an explanatory 2012-04-24 12:55:13 +00:00
telnet.rb * lib/net/protocol.rb (module Net): Added ReadTimeout to match 2012-04-11 21:20:51 +00:00