openresty / openresty/headers-more-nginx-module

In nginx version 1.27.2, more_set_input_headers does not take effect.

Open
#166 4 comments 1 reaction 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.