Do not strip CR when grepping HTTP headers.
commitaa5069aa0648ecd5ffb527e31aaabb50785602d5
authorPat Thoyts <patthoyts@users.sourceforge.net>
Sun, 12 Sep 2010 09:37:24 +0000 (12 10:37 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 1 Oct 2010 22:21:30 +0000 (1 23:21 +0100)
tree18f6af13956df85b744777db4fdb4840c7025102
parente4ed1a7eac31d8ec8cc0ce7be3445454589dcb4d
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