diff --git a/collects/net/uri-codec-unit.ss b/collects/net/uri-codec-unit.ss index acbf0e3..5c141f5 100644 --- a/collects/net/uri-codec-unit.ss +++ b/collects/net/uri-codec-unit.ss @@ -247,7 +247,6 @@ (match (regexp-match-positions key-regexp str start) [((start . end)) (vector (let ([s (form-urlencoded-decode (substring str start end))]) - (string-lowercase! s) (string->symbol s)) (add1 end))] [#f #f])))