X-Git-Url: http://git.kpe.io/?p=wol.git;a=blobdiff_plain;f=project.lisp;h=cf8c1910c44ddc516a34ec452a5151241d4d7fc0;hp=5ff310459c74a72cf60b5dea71dc3c1869eaf98f;hb=97e14ef9a350c61c9891c1d43aab815c574c1ce6;hpb=1fa7614ba895d7a1bccd310cf9d8e8e1e2472d14 diff --git a/project.lisp b/project.lisp index 5ff3104..cf8c191 100644 --- a/project.lisp +++ b/project.lisp @@ -309,7 +309,7 @@ (net.aserve:with-http-response ((aserve-request ,req) (entity-aserve-entity ,ent) - :content-type (ml::format-string ,format ,headers) + :content-type (ml::format->string ,format) :timeout ,timeout :response (case ,response-code @@ -351,7 +351,7 @@ ,result ,outstr ,stream) (declare (ignorable ,stream)) (write-header-line "Status" ,response-string) - (write-header-line "Content-Type" (ml::format-string ,fmt ,headers)) + (write-header-line "Content-Type" (ml::format->string ,fmt)) (dolist (,hdr ,headers) (write-header-line (car ,hdr) (cdr ,hdr))) (unless ,precomp