DOC: Fix RFC reference for the percent-to-uppercase normalizer

The section is 6.2.2.1, not 6.2.21 (missing dot).
This commit is contained in:
Tim Duesterhus 2021-04-21 21:20:34 +02:00 committed by Christopher Faulet
parent 7a95f41fd6
commit c315efda60
1 changed files with 1 additions and 1 deletions

View File

@ -6086,7 +6086,7 @@ http-request normalize-uri query-sort-by-name [ { if | unless } <condition> ]
- /foo//bar -> /foo/bar
- percent-to-uppercase: Uppercases letters within percent-encoded sequences
(RFC 3986#6.2.21).
(RFC 3986#6.2.2.1).
Example:
- /%6f -> /%6F