api7 / api7/apisix-nginx-module
Need to provide a way to detect uri args change
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 45
- Forks
- 25
- Avg merge
- 1h 34m
- Merged PRs (30d)
- 1
Description
Currently, we patch OpenResty to add a flag which detects the change of headers:
https://github.com/api7/apisix-nginx-module/blob/main/patch/1.21.4/ngx_lua-request_header_set.patch
We should do the same thing with the uri args.
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 reading patch/1.21.4/ngx_lua-request_header_set.patch to understand how the existing header-change flag is implemented. Identify the corresponding URI-args handling path and define an equivalent change-detection mechanism; the issue names no test or validation entry point, so completion should include confirming the URI-args flag behaves consistently with the header flag.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, nginx
- Domain
- backend, networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100