openresty / openresty/test-nginx
Enhancement: ADD stream listen option like reuse or proxy_protocol
Nobody has claimed this yet.
- Dominant language
- Perl
- Stars
- 456
- Forks
- 112
- PR merge metrics
- No merged PRs in 30d
Description
background
When I use the stream module to test stream proxy_protocol,
It can not add not a listen option like [reuse] or [proxy_protocol];
so that I can add to configure easily, we can only use add_block_preprocessor to do this;
Solution
Enhancement: ADD stream listen option so that we can use short case easy
Design
Naming: steam_listen_option
Use Case
--- steam_listen_option
proxy_protocol
--- steam_listen_option2
proxy_protocol
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 examining how existing stream listen options such as reuse and proxy_protocol are handled, then compare that with the current add_block_preprocessor workaround. Verify the stream proxy_protocol test case and define the expected syntax for steam_listen_option before implementing and testing the new option.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nginx, perl
- Domain
- testing-qa, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 40/100