From: Marc Hoersken Date: Thu, 17 Dec 2015 14:12:19 +0000 (+0100) Subject: test 1326: fix getting stuck on Windows due to incomplete request X-Git-Tag: curl-7_47_0~72 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e093f0e74f4a83f14a809a573b5e592f304f8e1;p=thirdparty%2Fcurl.git 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. --- diff --git a/tests/data/test1326 b/tests/data/test1326 index bb0cbaccf7..2bcf64bda9 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 -