mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/openssl/openssl/lib/openssl/buffering.rb (Buffering#do_write):
should clear data from the buffer which already been output. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9077 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bc81591be4
commit
d2847d92cd
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Sep 5 07:01:12 2005 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
||||
|
||||
* ext/openssl/openssl/lib/openssl/buffering.rb (Buffering#do_write):
|
||||
should clear data from the buffer which already been output.
|
||||
|
||||
Sun Sep 4 15:01:35 2005 Minero Aoki <aamine@loveruby.net>
|
||||
|
||||
* parse.y (f_arg): Ripper should not do semantic check.
|
||||
|
|
|
@ -182,7 +182,7 @@ module Buffering
|
|||
remain -= nwrote
|
||||
nwritten += nwrote
|
||||
end
|
||||
@wbuffer = ""
|
||||
@wbuffer[0,nwritten] = ""
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue