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
As far as I can see there is no equivalent to getfenv(0).__ngx_req for the stream session as far as I can see implemented in the lua stream module.
getfenv(0).__ngx_req
I dont think I can implement this one myself, however it is a requirement for the FFI side of balancer_by_lua_* (#7)
The text was updated successfully, but these errors were encountered:
@splitice We use __ngx_sess in this context instead.
__ngx_sess
Sorry, something went wrong.
Thanks I couldn't find that.
tcp cosocket: shutdown support. closes #2 (#9)
ff64e06
No branches or pull requests
As far as I can see there is no equivalent to
getfenv(0).__ngx_req
for the stream session as far as I can see implemented in the lua stream module.I dont think I can implement this one myself, however it is a requirement for the FFI side of balancer_by_lua_* (#7)
The text was updated successfully, but these errors were encountered: