Hi,
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.
However, i ran some code that uses ngx.location.capture(), with SPDY and everything worked (both SPDY and the Lua code).
So is it possible that SPDY mode now works fully under ngx_lua, only the documentation is not updated?
nginx version: openresty/1.7.4.1