Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshuebner committed Feb 25, 2015
1 parent 72193ad commit 5a1574d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions request.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit 5a1574d

Please sign in to comment.