Correct the cookie contract function

svn: r18630

original commit: 3e546fee60f0902d384c7e7c7db597e7bd019ec9
This commit is contained in:
Jay McCarthy 2010-03-26 16:45:42 +00:00
parent 3f01662a45
commit 29e1296e08

View File

@ -261,7 +261,8 @@
;; value: token | quoted-string
(define (rfc2109:value? s)
(or (rfc2068:token? s) (rfc2068:quoted-string? s)))
(or (rfc2068:token? s) (rfc2068:quoted-string? s)
(rfc2068:quoted-string? (convert-to-quoted s))))
;; convert-to-quoted : string -> quoted-string?
;; takes the given string as a particular message, and converts the given