mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
9e20546967
commit
ea1180ef80
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Dec 6 10:50:54 2013 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||
|
||||
* 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 <mrkn@mrkn.jp>
|
||||
|
||||
* ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec):
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue