зеркало из https://github.com/github/ruby.git
* lib/net/protocol.rb (each_crlf_line): remove junk line.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
58ec532ac9
Коммит
373747ab10
|
@ -1,3 +1,7 @@
|
|||
Mon May 10 22:28:14 2004 Minero Aoki <aamine@loveruby.net>
|
||||
|
||||
* lib/net/protocol.rb (each_crlf_line): remove junk line.
|
||||
|
||||
Mon May 10 21:44:42 2004 Dave Thomas <dave@pragprog.com>
|
||||
|
||||
* lib/rdoc/generators/html_generator.rb: Change scheme for
|
||||
|
|
|
@ -278,7 +278,6 @@ module Net # :nodoc:
|
|||
yield
|
||||
if not @wbuf.empty? # unterminated last line
|
||||
write0 @wbuf.chomp + "\r\n"
|
||||
@wbuf.string = ''
|
||||
elsif @written_bytes == 0 # empty src
|
||||
write0 "\r\n"
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче