URI query tags case-sensitive

svn: r262

original commit: de84c91d1aa1d1a205cf5b77b35d48c22f6c6fbe
This commit is contained in:
Matthew Flatt 2005-06-28 19:57:19 +00:00
parent f5ea87030c
commit 7032aa0610

View File

@ -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])))