lua entry thread aborted: runtime error: content_by_lua(nginx.conf:61):3: http2 requests not supported yet
stack traceback:
coroutine 0:
[C]: in function 'capture'
content_by_lua(nginx.conf:61):3: in function <content_by_lua(nginx.conf:61):1>, client: ::1, server: localhost, request: "GET /test HTTP/2.0", host: "localhost"
大概就是这样。。。。如果请求是HTTP/2那么capture发subrequest也会是HTTP/2。。。。。那么。。。有什么办法让capture用HTTP/1.1发出这个subrequest么。。。