-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feature: support multiple ports like stream listen in http and https … #2409
Conversation
CI output:
|
someone else can approved? |
1 similar comment
someone else can approved? |
need test case for change. here is an example: https://github.com/apache/apisix/blob/master/.travis/apisix_cli_test.sh#L156-L170 |
please take a look at the output of CI: https://github.com/apache/apisix/pull/2409/checks?check_run_id=1260519517#step:6:125
|
2.Fix check https://github.com/apache/apisix/pull/2409/checks?check_run_id=1260519517#step:6:125 3.Adding Test Cases;
ok, thx |
The last commit was on my company's virtual machine. Maybe it caused the security check to fail. In the evening I will submit from my own computer. |
I don't think it's the code that's causing the problem.
…listen port. (#1195)
fix #1195
What this PR does / why we need it:
The Apache APISIX listens to a single port by default in http and https, this PR support multiple ports listen.
Pre-submission checklist: