X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=project.lisp;h=5ff310459c74a72cf60b5dea71dc3c1869eaf98f;hb=1fa7614ba895d7a1bccd310cf9d8e8e1e2472d14;hp=a6a00feb24437f3bce28741dd984aebc1e83946a;hpb=ca586910648f4844e335d92f23e619fd2b84f969;p=wol.git diff --git a/project.lisp b/project.lisp index a6a00fe..5ff3104 100644 --- a/project.lisp +++ b/project.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: July 2003 ;;;; -;;;; $Id: project.lisp,v 1.13 2003/08/10 17:56:44 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file and Wol are Copyright (c) 2001-2003 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -309,7 +309,7 @@ (net.aserve:with-http-response ((aserve-request ,req) (entity-aserve-entity ,ent) - :content-type (ml::format-string ,format) + :content-type (ml::format-string ,format ,headers) :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)) + (write-header-line "Content-Type" (ml::format-string ,fmt ,headers)) (dolist (,hdr ,headers) (write-header-line (car ,hdr) (cdr ,hdr))) (unless ,precomp