Responce could also be a pathname

This commit is contained in:
Knut Olav Bøhmer 2018-11-09 10:19:58 +01:00
parent 6fdfec6112
commit efb03abf2d

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)