openresty / openresty/headers-more-nginx-module
In nginx version 1.27.2, more_set_input_headers does not take effect.
Open
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 1.8k
- Forks
- 236
- Avg merge
- 1h 34m
- Merged PRs (30d)
- 2
Description
more_set_headers "Server: Test";
more_set_input_headers "ReqId: 123456";
more_set_input_headers: This directive has not taken effect
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the two directives with nginx 1.27.2 and compare the response header behavior with the request-header behavior. Trace how more_set_input_headers is handled in this module and verify completion when ReqId: 123456 is applied while Server: Test continues to work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, nginx
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100