]> git.kaiwu.me - nginx.git/commit
Upstream: proxy_socket_sndbuf and proxy_socket_rcvbuf directives
authorPatrik Wall <patrik.wall.91@gmail.com>
Mon, 27 Apr 2026 11:22:16 +0000 (13:22 +0200)
committerSergey Kandaurov <s.kandaurov@f5.com>
Wed, 15 Jul 2026 12:59:06 +0000 (16:59 +0400)
commit04d118301fa2d5cbdde0d39ed894ed054cfa3846
tree9e7a9906eb94f1b694d8facca11a3088e0da8a7c
parent3fe9fc45735b059ab6d3ee997e06bcc6850b36ab
Upstream: proxy_socket_sndbuf and proxy_socket_rcvbuf directives

Similarly to "listen ... sndbuf/rcvbuf", proxy_socket_sndbuf and
proxy_socket_rcvbuf can be used to set the SO_SNDBUF and SO_RCVBUF
socket options, respectively, for upstream connections.  By default,
the values are left unchanged.

Similar changes made in fastcgi, grpc, scgi, uwsgi, tunnel.
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_grpc_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_scgi_module.c
src/http/modules/ngx_http_tunnel_module.c
src/http/modules/ngx_http_uwsgi_module.c
src/http/ngx_http_upstream.c
src/http/ngx_http_upstream.h