mirror of
https://github.com/vale981/lack
synced 2025-03-04 17:01:41 -05:00
Merge pull request #37 from knobo/master
Responce could also be a pathname
This commit is contained in:
commit
abff8efeb0
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