svn: r4439
This commit is contained in:
Jay McCarthy 2006-09-26 14:01:24 +00:00
parent 79a6945f54
commit 13b9ef2d9d

View File

@ -188,11 +188,11 @@
(if (or (= amp-end len) (eq? (bytes-ref raw amp-end) (char->integer #\&)))
(list* (make-binding:form
(string->bytes/utf-8
(uri-decode
(form-urlencoded-decode
(bytes->string/utf-8
(subbytes raw start key-end))))
(string->bytes/utf-8
(uri-decode
(form-urlencoded-decode
(bytes->string/utf-8
(subbytes raw (add1 key-end) amp-end)))))
(loop (add1 amp-end)))