diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-10-22 08:44:14 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-10-22 12:54:08 +0200 |
commit | 1732502cb0bd255fb65ae351f61888d8f4f04ed6 (patch) | |
tree | 3e51b68d50e3adba64eb12665c9252e6f0fd3f36 /tests | |
parent | f852f908a9dd4170371490567ad77d44a9d5d752 (diff) | |
download | curl-1732502cb0bd255fb65ae351f61888d8f4f04ed6.tar.gz |
hyper: does not support disabling CURLOPT_HTTP_TRANSFER_DECODING
Simply because hyper doesn't have this ability. Mentioned in docs now.
Skip test 326 then
Closes #7889
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/DISABLED | 1 | ||||
-rw-r--r-- | tests/data/test326 | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/tests/data/DISABLED b/tests/data/DISABLED index bb2955f43..46f135426 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -42,7 +42,6 @@ %if hyper 265 266 -326 357 358 359 diff --git a/tests/data/test326 b/tests/data/test326 index 25f201eae..56d4dcb35 100644 --- a/tests/data/test326 +++ b/tests/data/test326 @@ -39,6 +39,9 @@ line 1 # # Client-side <client> +<features> +!hyper +</features> <server> http </server> |