Correct the cookie contract function
svn: r18630 original commit: 3e546fee60f0902d384c7e7c7db597e7bd019ec9
This commit is contained in:
parent
3f01662a45
commit
29e1296e08
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user