Closed hnakamur closed 2 years ago
@hnakamur you can add v1.23.0 to .travis.yml.
Add patch for nginx 1.23.0 by hnakamur · Pull Request #24 · openresty/no-pool-nginx is needed to be merged for travis nginx 1.23.0 to be successful.
@hnakamur no-pool-nginx.patch has been merged.
@hnakamur would you please retrigger the travis?
@zhuizhuhaomeng I tried to retrigger the travis, but the "Trigger build" menu in "More options" dropdown at https://app.travis-ci.com/github/openresty/srcache-nginx-module/jobs/574418725 is disabled. Would you regtrigger the travis instead?
I can not retrigger the travis also. I think you need to add a new commit , eg: add one space in the travis.yml.
@zhuizhuhaomeng I tried to retrigger the travis, but the "Trigger build" menu in "More options" dropdown at https://app.travis-ci.com/github/openresty/srcache-nginx-module/jobs/574418725 is disabled. Would you regtrigger the travis instead?
thanks god, I can retrigger the travis after I login travis-ci.com
Hi @hnakamur thanks your contribution. I have approved this PR. Because the following three modules are still not compatible with nginx-1.23.0 and the ci can not work properly, So I will not merge the PR for now.
lua-nginx-module
headers-more-nginx-module
ngx_http_redis
Thanks for reviewing and approving!
@hnakamur t/private.t run failed. function ngx_http_srcache_process_multi_header_lines still think the r->headers_out.headers is an array. would you please fix it.
@hnakamur thank you for your contribution. I have merged the PR. The ci still can not pass due to other issues. We need other PRs to fix the ci.
This pull request fixes Nginx 1.23.0 header changes · Issue #96 · openresty/srcache-nginx-module. See https://github.com/nginx/nginx/commit/3aef1d693f3cc431563a7e6a6aba6a34e52 for changes in nginx.