]> git.kaiwu.me - nginx.git/commit
Proxy: enabled HTTP/1.1 by default for upstream connections.
authorRoman Semenov <r.semenov@f5.com>
Tue, 27 Jan 2026 20:37:11 +0000 (12:37 -0800)
committerRoman Arutyunyan <arutyunyan.roman@gmail.com>
Tue, 24 Mar 2026 10:28:52 +0000 (14:28 +0400)
commit6bb27a63129968da17b21589b73aa4f47b8445ec
tree940eea84bb262624708c29c948fbacb84f76ac63
parent4fbe4b62746f67d4348212c089b745bd10082964
Proxy: enabled HTTP/1.1 by default for upstream connections.

Updates the proxy module to use HTTP/1.1 as the default protocol when
communicating with upstream servers. This change unlocks features
such as persistent connections and chunked transfer encoding. Configurations
that require HTTP/1.0 can still override the protocol explicitly.
src/http/modules/ngx_http_proxy_module.c