-
Notifications
You must be signed in to change notification settings - Fork 2.1k
bugfix: ngx_http_lua_gen_chunk_name should take into account full file name instead of last path component #1428
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
Conversation
…e name instead of last path component
Hi Guys, |
@lonerr Are you seeing that all the travis ci jobs are failing horribly in this PR? I'm not sure what problem this PR tries to address. The |
@agentzh yes, I saw. But it seems that all these travis errors are about changed format of error log messages. As for the problem itself, please have a look at the simplest test case below: /etc/nginx/nginx.conf
/etc/nginx/a/proxy.conf
/etc/nginx/b/proxy.conf
The results are unexpectedly incorrect:
Adding
Hope this helps. |
bugfix: inlined Lua code snippets in nginx.conf failed to use the Lua source checksum as part of the Lua code cache key. Thanks Oleg A. Mamo ntov for the report in openresty/lua-nginx-module#1428. Upstream patch from agentzh.
bugfix: inlined Lua code snippets in nginx.conf failed to use the Lua source checksum as part of the Lua code cache key. Thanks Oleg A. Mamo ntov for the report in openresty/lua-nginx-module#1428. Upstream patch from agentzh.
bugfix: inlined Lua code snippets in nginx.conf failed to use the Lua source checksum as part of the Lua code cache key. Thanks Oleg A. Mamo ntov for the report in openresty/lua-nginx-module#1428. Upstream patch from agentzh.
bugfix: inlined Lua code snippets in nginx.conf failed to use the Lua source checksum as part of the Lua code cache key. Thanks Oleg A. Mamo ntov for the report in openresty/lua-nginx-module#1428. Upstream patch from agentzh.
bugfix: inlined Lua code snippets in nginx.conf failed to use the Lua source checksum as part of the Lua code cache key. Thanks Oleg A. Mamo ntov for the report in openresty/lua-nginx-module#1428. Upstream patch from agentzh.
bugfix: inlined Lua code snippets in nginx.conf failed to use the Lua source checksum as part of the Lua code cache key. Thanks Oleg A. Mamo ntov for the report in openresty/lua-nginx-module#1428. Upstream patch from agentzh.
bugfix: inlined Lua code snippets in nginx.conf failed to use the Lua source checksum as part of the Lua code cache key. Thanks Oleg A. Mamo ntov for the report in openresty/lua-nginx-module#1428. Upstream patch from agentzh.
bugfix: inlined Lua code snippets in nginx.conf failed to use the Lua source checksum as part of the Lua code cache key. Thanks Oleg A. Mamo ntov for the report in openresty/lua-nginx-module#1428. Upstream patch from agentzh.
I hope this should solve the following collision:
Where
/etc/nginx/a/proxy.conf
isand
/etc/nginx/b/proxy.conf
isI hereby granted the copyright of the changes in this pull request
to the authors of this lua-nginx-module project.