URI query tags case-sensitive
svn: r262 original commit: de84c91d1aa1d1a205cf5b77b35d48c22f6c6fbe
This commit is contained in:
parent
f5ea87030c
commit
7032aa0610
|
@ -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])))
|
||||
|
|
Loading…
Reference in New Issue
Block a user