From ff21b4ec44f2e106e3fa6f4e70a346c9072667dc Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Tue, 25 Nov 2003 16:02:45 +0000 Subject: * lib/webrick/httpresponse.rb: add HTTPResponse#keep_alive=. * lib/webrick/httpserver.rb (HTTPServer#run): should pass the request's keep_alive flag to the response. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c42e388b7..5ee9fdaba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Nov 26 00:55:30 2003 GOTOU Yuuzou + + * lib/webrick/httpresponse.rb: add HTTPResponse#keep_alive=. + + * lib/webrick/httpserver.rb (HTTPServer#run): should pass the + request's keep_alive flag to the response. + Tue Nov 25 21:41:35 2003 NAKAMURA Usaku * defines.h (ENV_IGNORECASE): should define when DOSISH without -- cgit