Do not strip CR when grepping HTTP headers.
commit22c0a2ff4e5795a90676eba658a5c45cafc6b851
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, 12 Sep 2010 09:37:24 +0000 (12 10:37 +0100)
tree843e2632455070d1eb50b45760adaad4c4b218b1
parent6b0c2e8b6693bd9305f6c27783f6db137751287e
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