hanqingwu commented on issue #11223: URL: https://github.com/apache/apisix/issues/11223#issuecomment-2097592877
By check nginx source code, I think it still not fix . https://github.com/openresty/lua-nginx-module/blob/master/src/ngx_http_lua_headers.c#L142 ``` #if (NGX_HTTP_V2) if (mr->stream) { return luaL_error(L, "http2 requests not supported yet"); } #endif ``` Some one try use ` httpc:request_uri` instead of `ngx.location.capture` https://github.com/openresty/lua-nginx-module/issues/1195 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
