File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -319,9 +319,10 @@ other stream modules.
319319 ` ngx.ERR ` , ` ngx.WARN ` , and etc.
320320* [ print] ( https://github.com/openresty/lua-nginx-module#print )
321321* [ ngx.ctx] ( https://github.com/openresty/lua-nginx-module#ngxctx )
322- * [ ngx.req.socket] ( https://github.com/openresty/lua-nginx-module#ngxreqsocket )
323322* [ ngx.balancer] ( https://github.com/openresty/lua-resty-core/blob/master/lib/ngx/balancer.md )
324323
324+ * [ ngx.req.socket] ( https://github.com/openresty/lua-nginx-module#ngxreqsocket )
325+
325326Only raw request sockets are supported, for obvious reasons. The ` raw ` argument value
326327is ignored and the raw request socket is always returned. Unlike ngx_http_lua,
327328you can still call output API functions like ` ngx.say ` , ` ngx.print ` , and ` ngx.flush `
You can’t perform that action at this time.
0 commit comments