Skip to content

HTTP client sends "Tranfer-Encoding: chunked" header with empty requests #470

@bclozel

Description

@bclozel

Sending any requests with the HTTP client, without a "Content-Length" header set, results in sending a "Transfer-Encoding: chunked" header - even if the client is sending a GET request with no body at all.

This was previously addressed properly (see #119) but that part has been moved to AbstractHttpConnectionBridge.

This header should only appear if the "Content-Length" is not set and the request has a body.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions