We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Due to use of coroutine.wrap at module load time. See openresty/lua-nginx-module#1292
coroutine.wrap
The text was updated successfully, but these errors were encountered:
I guess we could skip the feature check if luajit is in use (via presence of jit global + jit.version_num?)
jit
jit.version_num
Or should it only special case the presence of ngx global? ==> What if someone is mocking an ngx environment with lua-http?
ngx
Sorry, something went wrong.
a74462e
No branches or pull requests
Due to use of
coroutine.wrap
at module load time. See openresty/lua-nginx-module#1292The text was updated successfully, but these errors were encountered: