Hello!
On Wed, Jan 28, 2015 at 2:25 AM, Kipras Mancevičius wrote:
> in the HttpLuaModule docs it is written that SPDY mode is not fully
> supported yet:
> http://wiki.nginx.org/HttpLuaModule#SPDY_Mode_Not_Fully_Supported
> Specifically, that "ngx.location.capture()" does not work yet.
>
Yes, it was reported broken.
> However, i ran some code that uses ngx.location.capture(), with SPDY and
> everything worked (both SPDY and the Lua code).
>
Will you try harder? If it's indeed working, I'll fix the documentation :)
> So is it possible that SPDY mode now works fully under ngx_lua, only the
> documentation is not updated?
>
It's certainly possible :) I don't use SPDY with ngx_lua myself so I
have no idea about the current status.
Thanks for the info!
Regards,
-agentzh