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? 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
I compiled a list of commits from ngx_http_lua that are not yet ported to this module (excluding the currently opened PRs):
ngx_http_lua master branch (last updated: 2019/08/27 - ngx_http_lua HEAD: 9b22495)
ssl_session_fetch_by_lua*
set_by_lua_file
init_worker_by_lua
ngx_http_lua v0.10.15
init_worker_by*
ngx_stream_lua test cases to port
ngx_stream_lua features to port
ngx.pipe
ngx.process
tcpsock:receiveany()
ngx.get_phase()
The text was updated successfully, but these errors were encountered:
#71 contains the first set of ports.
Sorry, something went wrong.
No branches or pull requests
I compiled a list of commits from ngx_http_lua that are not yet ported to this module (excluding the currently opened PRs):
ngx_http_lua master branch (last updated: 2019/08/27 - ngx_http_lua HEAD: 9b22495)
ssl_session_fetch_by_lua*
)set_by_lua_file
with NGINX vars)init_worker_by_lua
mutating main confs)ngx_http_lua v0.10.15
init_worker_by*
with NGINX >= 1.15.0)ngx_stream_lua test cases to port
ngx_stream_lua features to port
ngx.pipe
API in streamngx.process
API in streamtcpsock:receiveany()
API in streamngx.get_phase()
to FFI in streamThe text was updated successfully, but these errors were encountered: