1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

range.d: clarify that curl will not parse multipart responses

Closes #6127
Fixes #6124
This commit is contained in:
José Joaquín Atria 2020-10-26 09:36:16 +00:00 committed by Daniel Stenberg
parent bdbf82a9b7
commit 15ae039883
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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,