updated proxy_connect module to v0.0.4#1735
Merged
Merged
Conversation
chobits
marked this pull request as draft
February 8, 2023 12:16
chobits
force-pushed
the
for_proxy_connect
branch
from
February 16, 2023 07:23
4ce8bd7 to
6c1841e
Compare
chobits
commented
Feb 16, 2023
| if (ngx_http_process_request_uri(r) != NGX_OK) { | ||
| break; | ||
| } | ||
|
|
Member
Author
There was a problem hiding this comment.
try to fixed bug: chobits/ngx_http_proxy_connect_module#248
chobits
marked this pull request as ready for review
February 17, 2023 07:17
chobits
commented
Feb 26, 2023
| sudo cpanm --notest Net::DNS::Nameserver > build.log 2>&1 || (cat build.log && exit 1) | ||
| prove -v -Inginx-tests/lib $(ls -d tengine-tests/* | grep -v resolver_file) | ||
| sudo TEST_NGINX_BINARY=/usr/local/nginx/sbin/nginx prove -v -Inginx-tests/lib tengine-tests/resolver_file.t | ||
| prove -v -Inginx-tests/lib ../../modules/ngx_http_proxy_connect_module/t |
Member
Author
There was a problem hiding this comment.
added cases to github workflow
lhanjian
approved these changes
Feb 26, 2023
chobits
added a commit
to chobits/tengine
that referenced
this pull request
Aug 4, 2023
* updated proxy_connect module to v0.0.4 For more details, see https://github.com/chobits/ngx_http_proxy_connect_module/releases/tag/v0.0.4 * ci.yml: added proxy_connect test cases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
updated from https://github.com/chobits/ngx_http_proxy_connect_module/releases/tag/v0.0.4
WIP: wait for proxy connect test casestest case runned by github workflow: https://github.com/alibaba/tengine/actions/runs/4192069841/jobs/7267188341#step:7:1055