mirror of
https://github.com/vale981/lack
synced 2025-03-05 09:21:39 -05:00
Responce could also be a pathname
This commit is contained in:
parent
6fdfec6112
commit
efb03abf2d
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue