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 has been 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.
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.Refer: https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests
The text was updated successfully, but these errors were encountered: