mirror of
https://github.com/curl/curl.git
synced 2026-07-24 20:37:17 +03:00
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.
This commit is contained in:
parent
58ac23dd16
commit
9e093f0e74
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ GET /we/want/1326 HTTP/1.0
|
|||
|
||||
</stdin>
|
||||
<command>
|
||||
telnet://%HOSTIP:%HTTPPORT
|
||||
telnet://%HOSTIP:%HTTPPORT --upload-file -
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue