lua-nginx-module
lua-nginx-module copied to clipboard
ngx.location.capture do not support http2
2021/04/01 15:21:29 [error] 5903#5903: *32 lua entry thread aborted: runtime error: /opt/openresty/lualib/resty/test.lua:185: http2 requests not supported yet
stack traceback:
coroutine 0:
[C]: in function 'capture'
/opt/openresty/lualib/resty/test.lua:185: in function 'handle'
ngx.location.capture when to support http2?
same here...
- please support it
- or downgrade subrequest transparently to use http1.1 instead of throwing that exception