From 5a1574dd261a1bc7b293b19bdc23dcb796d24e7e Mon Sep 17 00:00:00 2001 From: Hans Huebner Date: Wed, 25 Feb 2015 18:04:13 +0100 Subject: [PATCH] Reformat --- request.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/request.lisp b/request.lisp index 5dab28e..ef9a1c4 100644 --- a/request.lisp +++ b/request.lisp @@ -486,8 +486,7 @@ TIME." (when (and if-modified-since (equal if-modified-since time-string)) (setf (slot-value *reply* 'content-length) nil - (slot-value *reply* 'headers-out) - (remove :content-length (headers-out*) :key #'car) + (slot-value *reply* 'headers-out) (remove :content-length (headers-out*) :key #'car) (return-code*) +http-not-modified+) (abort-request-handler)) (values)))