Fix problem with eol-style in header stream external format.
commitbb2b025e631b076a1268da5853b896094384508f
authorAnton Kovalenko <anton@sw4me.com>
Mon, 31 Oct 2011 01:06:26 +0000 (31 05:06 +0400)
committerHans Huebner <hans.huebner@gmail.com>
Fri, 4 Nov 2011 07:33:31 +0000 (4 08:33 +0100)
tree238d8ff1901ba8d529174c599e1e263dd93d5b77
parent98cd25f607eadd6a57270a6a64d6e7c08b0d2a4e
Fix problem with eol-style in header stream external format.

* headers.lisp (send-response): specify :eol-style :lf explicitly, not
relying on flexi-stream's default, which is (1) wrong on Windows,
and (2) can be set to :crlf legitimately anyway.
headers.lisp