Skip to content

Unable to decode multipart header with fluxzy Desktop #418

@haga-rak

Description

@haga-rak

Typically this kind of payload reproductible with .NET HTTPClient just fail to be decoded.

        using var content = new MultipartFormDataContent
        {
            { new ByteArrayContent(_buffer, 0, length), "file", "image.png" }
        };

        var response = await HttpClient.PostAsync("some/url", content);

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions