Skip to content

Repeated headers are occluded incorrectly #141

@sevmonster

Description

@sevmonster

For example, if your proxy returns a Set-Cookie header, and you attempt to add a new Set-Cookie header to the response, all the previous Set-Cookie headers will be lost. This functionality makes sense for headers that should only be specified once, but for multi-use headers like Set-Cookie the list should be appended instead of replaced. My particular use case for this was adding an upstream cookie after an auth_request.

If this is an intended feature as #18 suggests, maybe it should be added to the README.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions