diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-22 20:09:33 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-22 20:09:33 +0000 |
commit | 6838f74fe04a5fbdb856631239d7691488f3267c (patch) | |
tree | b19034c920f9186376f90ce688303c1cc1ee9017 | |
parent | 2ff30d067c19aea79cd82e0a45e313cf3bb07285 (diff) |
allow newlines in the contents when doing -F "var=[contents]"
Robert Marlow reported.
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |