]> git.kaiwu.me - nginx.git/commit
Upstream: fixed unexpected tcp_nopush usage on peer connections.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 2 Jul 2018 16:02:31 +0000 (19:02 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 2 Jul 2018 16:02:31 +0000 (19:02 +0300)
commit1331a99f5c55cb1aff399000af56b17a43552e3f
treebb19f68d822431a44a482a437238da5d9586b923
parentd842b4e5e0ebda87559d804de29dd56bd4cbc4dc
Upstream: fixed unexpected tcp_nopush usage on peer connections.

Now tcp_nopush on peer connections is disabled if it is disabled on
the client connection, similar to how we handle c->sendfile.  Previously,
tcp_nopush was always used on upstream connections, regardless of
the "tcp_nopush" directive.
src/http/ngx_http_upstream.c