On Tue, 2 Sep 2008 17:48:00 -0400, "Andrei Stebakov" lispercat@gmail.com wrote:
If I set global (setf *hunchentoot-default-external-format* (flex:make-external-format :utf-8 :eol-style :lf)) Then all my handlers which generate images will produce empty outputs.
How do your image handlers look like? They should return binary data and shouldn't be affected by the external format.