Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with duplicate headers in response. #165

Closed
Harper04 opened this issue Jul 18, 2023 · 2 comments
Closed

Issue with duplicate headers in response. #165

Harper04 opened this issue Jul 18, 2023 · 2 comments

Comments

@Harper04
Copy link

Hi,
i would like to point an issue i found while proxying for example keycloak.
Keycloak uses the "set-cookie"-Header multiple times.
In streaming mode reverse proxy plug does not pass on these headers because it is reducing on the response headers using Conn.put_resp_header which will update existing headers.
In buffering mode it works as there it is just passed on.

@mwhitworth
Copy link
Collaborator

I think there's a solution in #152.

I'll adapt this and provide a regression test for this new functionality (to identify the case described) above and make a release shortly

@mwhitworth
Copy link
Collaborator

#168 address this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants