comparison src/http/ngx_http_upstream.c @ 5923:2c10db908b8c

SPDY: push pending data while closing a stream as with keepalive. This helps to avoid delays in sending the last chunk of data because of bad interaction between Nagle's algorithm on nginx side and delayed ACK on the client side. Delays could also be caused by TCP_CORK/TCP_NOPUSH if SPDY was working without SSL and sendfile() was used.
author Valentin Bartenev <vbart@nginx.com>
date Fri, 21 Nov 2014 22:51:49 +0300
parents 88d55e5934f7
children 8dfee01ff0bd
comparison
equal deleted inserted replaced
5922:68f64bc17fa4 5923:2c10db908b8c