From ec128fb19dd7aec28c7b71c7c86a6fca9adead32 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Sat, 20 Dec 2003 13:01:33 +0000 Subject: * lib/webrick/httprequest.rb (HTTPRequest#meta_vars): refine regexp. * lib/webrick/cgi.rb (CGI#start): NPH scripts return status line instead of Status: header field. * lib/webrick/cgi.rb (CGI::Socket): refine some coditions. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5229 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f6563f6a7..7c1842f6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Sat Dec 20 21:59:03 2003 GOTOU Yuuzou + + * lib/webrick/httprequest.rb (HTTPRequest#meta_vars): refine regexp. + + * lib/webrick/cgi.rb (CGI#start): NPH scripts return status line + instead of Status: header field. + + * lib/webrick/cgi.rb (CGI::Socket): refine some coditions. + Sat Dec 20 16:07:14 2003 Nobuyoshi Nakada * lib/optparse.rb (OptionParser::Completion::complete): wrong @@ -26,7 +35,7 @@ Sat Dec 20 02:18:31 2003 Yukihiro Matsumoto Fri Dec 19 21:24:22 2003 GOTOU Yuuzou - * lib/webrick/httprequest.rb (meta_vers): should not set + * lib/webrick/httprequest.rb (HTTPRequest#meta_vars): should not set HTTP_CONTENT_TYPE and HTTP_CONTENT_LENGTH. * lib/webrick/https.rb (HTTPRequest#parse): should check presence -- cgit