diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-06-03 17:56:36 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-06-03 23:11:11 +0200 |
commit | 628ebd82b9af893fccb7a3c065c7033b7dfa1096 (patch) | |
tree | 8db3c0e99b8cc6b935ab66879072e59e8ce7e944 /docs/cmdline-opts/ignore-content-length.d | |
parent | b193fd3bbdf16afb9023810e258320390e8d01e0 (diff) | |
download | curl-628ebd82b9af893fccb7a3c065c7033b7dfa1096.tar.gz |
test269: disable for hyper
--ignore-content-length / CURLOPT_IGNORE_CONTENT_LENGTH doesn't work
with hyper.
Closes #7184
Diffstat (limited to 'docs/cmdline-opts/ignore-content-length.d')
-rw-r--r-- | docs/cmdline-opts/ignore-content-length.d | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/cmdline-opts/ignore-content-length.d b/docs/cmdline-opts/ignore-content-length.d index 82ac5da09..cec990a8d 100644 --- a/docs/cmdline-opts/ignore-content-length.d +++ b/docs/cmdline-opts/ignore-content-length.d @@ -9,3 +9,5 @@ files larger than 2 gigabytes. For FTP (since 7.46.0), skip the RETR command to figure out the size before downloading a file. + +This option doesn't work if libcurl was built to use hyper for HTTP. |