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

http_proxy: do not manually set Connection: close header #601

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

mmatczuk
Copy link
Contributor

One should never set Connection header if not owning the connection. If ran in http2 server setting it causes the whole connection to be closed.

One should never set Connection header if not owning the connection.
If ran in http2 server setting it causes the whole connection to be closed.
Copy link
Contributor

@Choraden Choraden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's right.

@mmatczuk mmatczuk merged commit 5191d45 into main Dec 14, 2023
4 checks passed
@mmatczuk mmatczuk deleted the mmt/fix_martian_handler_connection_header branch December 14, 2023 19:51
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

Successfully merging this pull request may close these issues.

None yet

2 participants