From be53970d786291a4a2c742109ccda693f39349c3 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Tue, 31 May 2005 06:53:58 +0000 Subject: * lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): should break the loop if the socket reached to EOF. [ruby-talk:142285] * lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): send response without reading the whole request body if keep-alive is diabled. [experimental] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ecd9d2ab4..2c8e5791d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Tue May 31 15:52:45 2005 GOTOU Yuuzou + + * lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): should + break the loop if the socket reached to EOF. [ruby-talk:142285] + + * lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): send response + without reading the whole request body if keep-alive is diabled. + [experimental] + Mon May 30 23:48:29 2005 Hidetoshi NAGAI * ext/tk/lib/tk/macpkg.rb: add PACKAGE_NAME information of Tcl/Tk -- cgit