From 771b33035f1a30a2b4cf908e4aadbd6d41e9cf6a Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Sun, 13 Feb 2005 08:00:35 +0000 Subject: * lib/webrick/cgi.rb (WEBrick::CGI.start): should set reason-phrase to the value of status header field. ([ruby-dev:40617]) git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7962 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 22083e98d..5414571a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Feb 13 16:56:52 2005 GOTOU Yuuzou + + * lib/webrick/cgi.rb (WEBrick::CGI.start): should set reason-phrase + to the value of status header field. ([ruby-dev:40617]) + Sun Feb 13 00:52:33 2005 Masatoshi SEKI * lib/erb.rb (ERB::Util.h, u): make it module_function. -- cgit