diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-04-14 22:45:42 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-04-18 19:46:21 +0200 |
commit | 8e4fb01e64bee1893452f25873758cb856898d84 (patch) | |
tree | 8b94999d472b201d98f1d72144a10d8afc8c6675 /tests/data/test1123 | |
parent | ebb37eac8ba8caca5282c41635e491f19fe7df48 (diff) |
transfer-encoding: added new option and cmdline
Added CURLOPT_TRANSFER_ENCODING as the option to set to request Transfer
Encoding in HTTP requests (if built zlib enabled). I also renamed
CURLOPT_ENCODING to CURLOPT_ACCEPT_ENCODING (while keeping the old name
around) to reduce the confusion when we have to encoding options for
HTTP.
--tr-encoding is now the new command line option for curl to request
this, and thus I updated the test cases accordingly.
Diffstat (limited to 'tests/data/test1123')
-rw-r--r-- | tests/data/test1123 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test1123 b/tests/data/test1123 index cfd843dae..3172fedb1 100644 --- a/tests/data/test1123 +++ b/tests/data/test1123 @@ -178,7 +178,7 @@ http HTTP GET deflate transfer-encoded content </name> <command> -http://%HOSTIP:%HTTPPORT/1123 -H "TE: deflate, gzip" +http://%HOSTIP:%HTTPPORT/1123 --tr-encoding </command> </client> @@ -193,7 +193,7 @@ GET /1123 HTTP/1.1 Host: %HOSTIP:%HTTPPORT
Accept: */*
Connection: TE
-TE: deflate, gzip
+TE: gzip
</protocol> </verify> |