Skip to content

Commit

Permalink
unset *print-readably* when printing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jkf committed Jun 8, 2006
1 parent ce8f53f commit 83adb60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion publish.cl
Expand Up @@ -24,7 +24,7 @@
;; Suite 330, Boston, MA 02111-1307 USA
;;
;;
;; $Id: publish.cl,v 1.83 2005/12/08 21:19:04 layer Exp $
;; $Id: publish.cl,v 1.84 2006/06/08 00:29:51 jkf Exp $

;; Description:
;; publishing urls
Expand Down Expand Up @@ -2057,6 +2057,7 @@
(extra-headers (request-reply-headers req))
(post-headers (member :post-headers strategy :test #'eq))
(content)
(*print-readably* nil) ; set by w-s-io-syntax and not desired
(chunked-p (member :chunked strategy :test #'eq))
(code (request-reply-code req))
(send-headers
Expand Down

0 comments on commit 83adb60

Please sign in to comment.