<div dir="ltr">The map module is also a noticeable omission tied into the lack of variables.</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 4, 2016 at 11:13 AM, Yichun Zhang (agentzh) <span dir="ltr"><<a href="mailto:agentzh@gmail.com" target="_blank">agentzh@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello!<br>
<span class=""><br>
On Wed, Feb 3, 2016 at 3:37 PM, SplitIce wrote:<br>
> I have been taking a look at the Stream modules for use in a particular<br>
> application. I noticed the entire subsystem lacks any variable support.<br>
><br>
> Is variable support planned?<br>
> Is there a significant reason for the omission?<br>
><br>
<br>
</span>+1<br>
<br>
I'm also looking forward to NGINX variable support in the "stream" subsystem.<br>
<br>
I'm currently emulating some of the builtin NGINX variables of the<br>
"http" subsystem in my ngx_stream_lua_module on the Lua land, like<br>
$pid, $connection, $remote_addr, $server_addr, and etc:<br>
<br>
    <a href="https://github.com/openresty/stream-lua-nginx-module#nginx-api-for-lua" rel="noreferrer" target="_blank">https://github.com/openresty/stream-lua-nginx-module#nginx-api-for-lua</a><br>
<br>
Actually I'm also looking for "send_timeout", "send_lowat",<br>
"resolver", "resolver_timeout", "lingering_close", "lingering_time",<br>
"lingering_timeout", "postpone_output" and etc directives in the<br>
stream {} context so that each of my stream typed NGINX modules do not<br>
have to re-invent these over and over again.<br>
<br>
Best regards,<br>
-agentzh<br>
<br>
_______________________________________________<br>
nginx-devel mailing list<br>
<a href="mailto:nginx-devel@nginx.org">nginx-devel@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx-devel" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx-devel</a><br>
</blockquote></div><br></div>