cl-rw

Layered streams for Common Lisp
git clone https://logand.com/git/cl-rw.git/
Log | Files | Refs

commit a9d6ff8e0fcc1d2a6e2234b7df8f5addd4adfbc2
parent 716a88e1e80ed8c5673d3588108d05e7e2d27c20
Author: Tomas Hlavaty <tom@logand.com>
Date:   Sun, 10 Jan 2016 21:28:23 +0100

disable Content-Disposition in reply

Diffstat:
Mdemo-webserver.lisp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/demo-webserver.lisp b/demo-webserver.lisp @@ -119,7 +119,7 @@ (append '(("Connection" . "close")) ;;(allow "Cache-Control") - (allow "Content-Disposition") + ;;(allow "Content-Disposition") (allow "Content-Length") (allow "Content-Type") ;;(allow "Last-Modified")