diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-11-11 10:00:48 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-11-11 10:00:48 +0000 |
commit | 7be9b4c418c98cbb76b38ee3bfffb295f1383a52 (patch) | |
tree | b93e41ad7ed5d191d9ba362176c1d91f04d4bd8d | |
parent | 03c22b4576e99abf6385f64f54e3fb85c782cf0f (diff) |
transfer-encoding: chunked was implemented
-rw-r--r-- | docs/TODO | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -97,11 +97,6 @@ TODO HTTP - * HTTP PUT for files passed on stdin *OR* when the --crlf option is - used. Requires libcurl to send the file with chunked content - encoding. [http://curl.haxx.se/dev/HTTP-PUT-stdin.txt] When the filter - system mentioned above gets real, it'll be a piece of cake to add. - * Pass a list of host name to libcurl to which we allow the user name and password to get sent to. Currently, it only get sent to the host name that the first URL uses (to prevent others from being able to read it), but this |