mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
58ec532ac9
commit
373747ab10
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue