Do not strip CR when grepping HTTP headers.
commit66d39c5f73fbe74bd284e3dcd2fab9b7613ea303
authorPat Thoyts <patthoyts@users.sourceforge.net>
Sun, 12 Sep 2010 09:37:24 +0000 (12 10:37 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Sun, 24 Oct 2010 23:04:07 +0000 (25 00:04 +0100)
tree2b9a88efd307f4d841ac942553cf1eaff521e293
parent0535a3c66f46e35f31af450c33c92e9185255ef8
Do not strip CR when grepping HTTP headers.

By default, MSYS grep reads in text-mode and converts CRLF into LF line
endings. For testing HTTP use binary mode (-U) as checking is done for
CR in HTTP headers

Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
t/t5560-http-backend-noserver.sh
t/test-lib.sh