Merge pull request #37 from knobo/master

Responce could also be a pathname
This commit is contained in:
Eitaro Fukamachi 2018-11-09 19:13:09 +09:00 committed by GitHub
commit abff8efeb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,8 @@
(list* status headers
(cond
((and no-body (not body)) nil)
((consp body) (list body))
((or (consp body) (pathnamep body))
(list body))
(t (list (list body)))))))
(defun finalize-cookies (res)