curl: output protocol headers using binary mode
authorMarc Hoersken <info@marc-hoersken.de>
Sat, 1 Feb 2014 13:02:34 +0000 (14:02 +0100)
committerMarc Hoersken <info@marc-hoersken.de>
Fri, 14 Feb 2014 19:12:28 +0000 (20:12 +0100)
commit91c13d759a69bfef7cf40b68cdba1992ee32b3bc
treea11dcd75d484324042f9eb58e34557f42cae0407
parent89c29aa70f8dc07d73d7b6f01c0121dc3c335495
curl: output protocol headers using binary mode

Since protocol headers contain explicit line-endings there should
be no automatic conversion to ASCII text or CRLF line-endings.

This might break third party tools that already depend on this
behaviour. We might need to introduce an option to make this optional.
src/tool_operate.c