Commit 9e093f0e authored by Marc Hoersken's avatar Marc Hoersken
Browse files

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.
parent 58ac23dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ GET /we/want/1326 HTTP/1.0

</stdin>
 <command>
telnet://%HOSTIP:%HTTPPORT
telnet://%HOSTIP:%HTTPPORT --upload-file -
</command>
</client>