arulrajnet opened a new issue, #13026: URL: https://github.com/apache/apisix/issues/13026
### Description Currently, the `proxy_http_version` in Apache APISIX is globally set (defaulting to 1.1) via the NGINX template. There is no supported way to dynamically change the HTTP version (e.g., to 1.0 or 1.1) based on the request host, route, or upstream context. Attempting to set ngx.var.upstream_http_version in Lua does not affect the actual outbound request version (similar to the limitation discussed in [Kong Discussion #7330](https://github.com/Kong/kong/discussions/7330)). -- 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]
