From 9e093f0e74f4a83f14a809a573b5e592f304f8e1 Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Thu, 17 Dec 2015 15:12:19 +0100 Subject: [PATCH] test 1326: fix getting stuck on Windows due to incomplete request The request needs to be read and send in binary mode in order to use CRLF instead of LF. Adding --upload-file - causes curl to read stdin in binary mode. --- tests/data/test1326 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/data/test1326 b/tests/data/test1326 index bb0cbaccf..2bcf64bda 100644 --- a/tests/data/test1326 +++ b/tests/data/test1326 @@ -33,7 +33,7 @@ GET /we/want/1326 HTTP/1.0 -telnet://%HOSTIP:%HTTPPORT +telnet://%HOSTIP:%HTTPPORT --upload-file -