Skip to content

Update handling of multiple headers changed in nginx 1.23.0 #2063

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

Merged
merged 4 commits into from
Jun 28, 2022

Conversation

hnakamur
Copy link
Contributor

I hereby granted the copyright of the changes in this pull request
to the authors of this lua-nginx-module project.

This fixes nginx 1.23.0 and ngx_http_lua_headers_in.c cookies -> cookie · Issue #2062 · openresty/lua-nginx-module

@hnakamur
Copy link
Contributor Author

Travis failed with the following ngx-releng output:

$ ngx-releng > check.txt || true
+wiki2markdown.pl doc/HttpLuaModule.wiki
The command "ngx-releng > check.txt || true" exited with 0.
$ lines=`wc -l check.txt | awk '{print $1}'`; if [ $lines -gt 5 ]; then cat check.txt; exit 1; fi
Generating README.markdown
ngx_lua 0.10.19
Checking sources in /home/travis/build/openresty/lua-nginx-module/src
src/api/ngx_http_lua_api.h:22:#define ngx_http_lua_version  10021
src/ngx_http_lua_headers_out.c:353: create:
Checking tests in /home/travis/build/openresty/lua-nginx-module/t

What can I do to resolve this error?

@hnakamur hnakamur requested a review from zhuizhuhaomeng June 28, 2022 05:08
@zhuizhuhaomeng zhuizhuhaomeng merged commit b6d167c into openresty:master Jun 28, 2022
@hnakamur hnakamur deleted the update_for_nginx_1_23_0 branch June 28, 2022 05:37
@hnakamur
Copy link
Contributor Author

Thanks!

@muuvmuuv
Copy link

muuvmuuv commented Dec 8, 2022

Any ETA for a tag release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

nginx 1.23.0 and ngx_http_lua_headers_in.c cookies -> cookie
3 participants