You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 14, 2023. It is now read-only.
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.