From ea1180ef806ff452c74af9ebc73746350c1ff0ea Mon Sep 17 00:00:00 2001 From: hsbt Date: Fri, 6 Dec 2013 01:56:44 +0000 Subject: [PATCH] * lib/webrick/httprequest.rb: [DOC] Fix broken link of CGI specification by @udzura [fix GH-466] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ lib/webrick/httprequest.rb | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7dea1e23a7..39459bc2c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Dec 6 10:50:54 2013 SHIBATA Hiroshi + + * lib/webrick/httprequest.rb: [DOC] Fix broken link of CGI specification by @udzura [fix GH-466] + Thu Dec 6 01:27:00 2013 Kenta Murata * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): diff --git a/lib/webrick/httprequest.rb b/lib/webrick/httprequest.rb index 76420730b1..4dfaee99af 100644 --- a/lib/webrick/httprequest.rb +++ b/lib/webrick/httprequest.rb @@ -369,7 +369,8 @@ module WEBrick # This method provides the metavariables defined by the revision 3 # of "The WWW Common Gateway Interface Version 1.1" - # http://Web.Golux.Com/coar/cgi/ + # To browse the current document of CGI Version 1.1, see below: + # http://tools.ietf.org/html/rfc3875 def meta_vars meta = Hash.new