Add ("") to parse-query-string
Otherwise a URL like https://example.com? will cause this to fail.
This commit is contained in:
parent
a81a016380
commit
bec838caf9
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@
|
|||
(match lst
|
||||
((key value . rest)
|
||||
(cons (cons key value) (lp rest)))
|
||||
(("") '())
|
||||
(() '()))))
|
||||
|
||||
(define-immutable-record-type <invalid-query-parameter>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue