Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.
This repository was 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

@bachue

Description

@bachue

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions