diff options
author | José Joaquín Atria <jjatria@gmail.com> | 2020-10-26 09:36:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-10-26 11:02:49 +0100 |
commit | 15ae039883546abc9b338b1583eed5c41fd38ace (patch) | |
tree | 144c09be0ed7b14fdbc7302d124efc6a8e82e737 /docs | |
parent | bdbf82a9b7cb9fdb0808ad4f7087f28b1d1a5976 (diff) | |
download | curl-15ae039883546abc9b338b1583eed5c41fd38ace.tar.gz |
range.d: clarify that curl will not parse multipart responses
Closes #6127
Fixes #6124
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cmdline-opts/range.d | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/cmdline-opts/range.d b/docs/cmdline-opts/range.d index 17c6c2aba..3dfa2f34c 100644 --- a/docs/cmdline-opts/range.d +++ b/docs/cmdline-opts/range.d @@ -29,7 +29,8 @@ specifies two separate 100-byte ranges(*) (HTTP) .RE .IP (*) = NOTE that this will cause the server to reply with a multipart -response! +response, which will be retruned as-is by curl! Parsing or otherwise +transforming this response is the responsibility of the caller. Only digit characters (0-9) are valid in the 'start' and 'stop' fields of the \&'start-stop' range syntax. If a non-digit character is given in the range, |