nic-6443 commented on issue #11223: URL: https://github.com/apache/apisix/issues/11223#issuecomment-4998363909
Root cause is outside APISIX code: `ngx.location.capture` (which the public-api machinery uses for `/apisix/status`) hard-rejected HTTP/2 requests in ngx_lua ≤ 0.10.27 — exactly the "not supported for subrequests" error in the log. The limitation was removed upstream in lua-nginx-module 0.10.28, which APISIX picked up via the runtime bump in 3.13.0. Verified on a current build: HTTP/2 to the status endpoint returns 200. On 3.9–3.12, forcing HTTP/1.1 for that endpoint (e.g. `curl --http1.1`) is a safe workaround. Closing as fixed since 3.13.0. -- 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]
