summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-09-19 14:49:23 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-09-19 14:49:23 +0000
commit5becdc38b3e17e18b9fcbcb598722217cd3c53cd (patch)
treeb7bcfbafc45684104c9868e55d1c3cb77ddb11dc
parentf36cea67fe92adc197cf4f38b829a140592e9f66 (diff)
downloadgnurl-5becdc38b3e17e18b9fcbcb598722217cd3c53cd.tar.gz
gnurl-5becdc38b3e17e18b9fcbcb598722217cd3c53cd.tar.bz2
gnurl-5becdc38b3e17e18b9fcbcb598722217cd3c53cd.zip
http put with --crlf requires chunked content encoding
-rw-r--r--docs/TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/TODO b/docs/TODO
index d27ba104a..ca701f3bb 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -24,8 +24,9 @@ To do in a future release (random order):
* Consider an interface to libcurl that allows applications to easier get to
know what cookies that are sent back in the response headers.
- * HTTP PUT for files passed on stdin. Requires libcurl to send the file
- with chunked content encoding. http://curl.haxx.se/dev/HTTP-PUT-stdin.txt
+ * 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
* Introduce another callback interface for upload/download that makes one
less copy of data and thus a faster operation.