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

ngx_http_proxy_create_request can be more friendly to the case about removal of the headers in rewrite handlers #1

Open
xfeep opened this issue May 1, 2023 · 0 comments

Comments

@xfeep
Copy link
Member

xfeep commented May 1, 2023

Currently ngx_http_proxy_create_request doesn't handle header.hash == 0 case which is often used in removal of response headers. This causes rewrite handlers need more work to remove request headers. We can enhance it by modifying two lines of code.

xfeep added a commit that referenced this issue May 1, 2023
xfeep added a commit that referenced this issue May 1, 2023
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

1 participant