lua-nginx-module icon indicating copy to clipboard operation
lua-nginx-module copied to clipboard

ngx.location.capture do not support http2

Open zutuanwang opened this issue 4 years ago • 1 comments

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?

zutuanwang avatar Apr 01 '21 07:04 zutuanwang

same here...

  • please support it
  • or downgrade subrequest transparently to use http1.1 instead of throwing that exception

ekovacs avatar Feb 11 '22 08:02 ekovacs