河马大侠
Results
3
comments of
河马大侠
分析的很棒 我也在看
> can stream mod realize subrequest interface? how can i do it what do you mean "subrequest interface" , tcp/udp request?
> ``` > local peek_num=1 > while true do > local chunk, err =sock:peek(peek_num) > ngx.log(ngx.ERR,"peek ..." ,chunk, ' == ',peek_num ,err ) > -- ngx.log(ngx.ERR,"peek ..." ,#chunk, ' ==...