From 9a11d5e1473e44590e38986fcc94ad015c6144ba Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Thu, 21 Oct 2004 10:10:52 +0000 Subject: * lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io): ensure to close @body. (http://bugs.debian.org/277520) git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7094 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c33628ee2..0b07a00ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 21 19:06:15 2004 GOTOU Yuuzou + + * lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io): + ensure to close @body. (http://bugs.debian.org/277520) + Wed Oct 20 19:45:13 2004 Yukihiro Matsumoto * string.c (str_gsub): reentrant check. [ruby-dev:24432] -- cgit