Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Got MissingContentDisposition Error when parsing the response body of Multipart ranges #131

Open
bachue opened this issue Sep 20, 2020 · 0 comments · May be fixed by #132
Open

Got MissingContentDisposition Error when parsing the response body of Multipart ranges #131

bachue opened this issue Sep 20, 2020 · 0 comments · May be fixed by #132

Comments

@bachue
Copy link
Contributor

bachue commented Sep 20, 2020

According to Multipart ranges GET protocol, when client sends GET request with Multiple Ranges, the response body is also multipart type, but there's no "Content-Disposition" header for each part. So when I send a Multiple Ranges GET request, and use this crate to parse the response, I would get MissingContentDisposition error.

Screen Shot 2020-09-20 at 19 51 16

Refer: https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
1 participant