toremick

Results 3 comments of toremick

Any solution to this?

> Openresty gives a lua API https://github.com/openresty/stream-lua-nginx-module/blob/master/README.md?plain=1#L82 which can get raw downstream in lua coroutine, So maybe it's a better way to meet your need. @toremick @MageekChiu Hi @oowl That's...

> > I have read njs doc. Yeah, it seems openresty can not inject some content in proxy, But openresty `ngx.req.socket` can get raw downstream socket in lua coroutine, this...