mirror of
https://github.com/curl/curl.git
synced 2026-07-23 15:37:16 +03:00
allow newlines in the contents when doing -F "var=[contents]"
Robert Marlow reported.
This commit is contained in:
parent
2ff30d067c
commit
6838f74fe0
1 changed files with 3 additions and 0 deletions
3
CHANGES
3
CHANGES
|
|
@ -14,6 +14,9 @@ Daniel (22 April 2004)
|
|||
should give up, so curl returns with exit code 0. Test case 162 added to
|
||||
verify the functionality.
|
||||
|
||||
- allow newlines in the contents when doing -F "var=[contents]"
|
||||
Robert Marlow reported.
|
||||
|
||||
- If a transfer is found out to be only partial, libcurl will now treat that
|
||||
as a problem serious enough to skip the final QUIT command before closing
|
||||
the control connection. To avoid the risk that it will "hang" waiting for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue