Skip to content

Commit d1dbce8

Browse files
committed
Use www.rfc-editor.org for RFC text.
We use the following site for that now: * https://tools.ietf.org/ or http * https://datatracker.ietf.org or http Today, IETF said the official site of RFC is www.rfc-editor.org. FYI: https://authors.ietf.org/en/references-in-rfcxml I replaced them to www.rfc-editor.org.
1 parent cd0b1dd commit d1dbce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/webrick/httprequest.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ def fixup() # :nodoc:
402402
# This method provides the metavariables defined by the revision 3
403403
# of "The WWW Common Gateway Interface Version 1.1"
404404
# To browse the current document of CGI Version 1.1, see below:
405-
# http://tools.ietf.org/html/rfc3875
405+
# https://www.rfc-editor.org/rfc/rfc3875
406406

407407
def meta_vars
408408
meta = Hash.new

0 commit comments

Comments
 (0)