-
Notifications
You must be signed in to change notification settings - Fork 2k
nginx 1.9.11 incompatibility #668
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
Comments
I was about to poke here, too, about this issue. Heh. |
The compilation error should be gone now. Thanks for the report! |
bugfix: fixed compilation errors with nginx 1.9.11+. Thanks Charles R. Portwood II and Tomas Kvasnicka for the report in openresty/lua-nginx-module#669 and openresty/lua-nginx-module#668, respectively.
bugfix: fixed compilation errors with nginx 1.9.11+. Thanks Charles R. Portwood II and Tomas Kvasnicka for the report in openresty/lua-nginx-module#669 and openresty/lua-nginx-module#668, respectively.
seems the issue is coming again in the current master branch |
@sumantdas Fixed. Thanks for the report. BTW, why are you using such an old nginx core? We no longer do thorough testing against such old nginx cores. BTW2: it's highly recommended to use OpenResty to make sure the best compatibility and stability: |
@agentzh - I dont think i have mentioned anything related to using old nginx core. |
@sumantdas It's definitely older than 1.11.2. Mind you, the latest nginx core version is 1.13.7: |
Hi,
new nginx version removes ngx_udp_connection_t which is used in lua module -> it will not compile :'(
Thanks,
Tomas
The text was updated successfully, but these errors were encountered: