You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello I am working with the ngx_stream_ssl_preread_module and I would like to share some vars between stream and http blocks. In the http block I am using LUA, I was thinking that maybe with stream-lua I'd be able to share some data, but it looks like I can't do that. because IMHO 2 different LUA interpreters will be launched for the 2 modules. If you have any hints they'd be welcome.