zhangjie
zhangjie
In fact, our product also uses ssl two-way authentication in the stream module and uses a timer. Can I also submit the PR of these two directives in the stream-lua-nginx-module...
I have a question. The first IP address of X_Forwarded_For is the original client IP address. If we want to get the real client IP address, should we take the...
## What this PR does / why we need it: Using limit_except GET { deny all; } together with location = / { return 403; } , When the request...
I noticed that there are 2 FIXME left in client.lua. Do we have any plans to implement them, I can implement them if necessary. https://github.com/openresty/lua-resty-websocket/blob/master/lib/resty/websocket/client.lua#L275-L277