]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
range.d: clarify that curl will not parse multipart responses
authorJosé Joaquín Atria <jjatria@gmail.com>
Mon, 26 Oct 2020 09:36:16 +0000 (09:36 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 26 Oct 2020 10:02:49 +0000 (11:02 +0100)
Closes #6127
Fixes #6124

docs/cmdline-opts/range.d

index 17c6c2aba58c6e704e9e049ea442bd2360653e82..3dfa2f34c0cc649eea1d28d403089c5ea55defc6 100644 (file)
@@ -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,