diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2015-12-17 15:12:19 +0100 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2015-12-17 15:14:36 +0100 |
commit | 9e093f0e74f4a83f14a809a573b5e592f304f8e1 (patch) | |
tree | 65523f26f6b08ec3911420609b4ba0a28f68ad12 | |
parent | 58ac23dd16d2dfe258601bba526e06fcb5233f8d (diff) |
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.
-rw-r--r-- | tests/data/test1326 | 2 |
1 files changed, 1 insertions, 1 deletions
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 </stdin> <command> -telnet://%HOSTIP:%HTTPPORT +telnet://%HOSTIP:%HTTPPORT --upload-file - </command> </client> |