Skip to content

Update handling of multiple headers changed in nginx 1.23.0#2063

Merged
zhuizhuhaomeng merged 4 commits into
openresty:masterfrom
hnakamur:update_for_nginx_1_23_0
Jun 28, 2022
Merged

Update handling of multiple headers changed in nginx 1.23.0#2063
zhuizhuhaomeng merged 4 commits into
openresty:masterfrom
hnakamur:update_for_nginx_1_23_0

Conversation

@hnakamur
Copy link
Copy Markdown
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
Copy Markdown
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?

Comment thread src/ngx_http_lua_headers_out.c
@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
Copy Markdown
Contributor Author

Thanks!

@muuvmuuv
Copy link
Copy Markdown

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