]> git.kaiwu.me - nginx.git/commit
SPDY: set NGX_TCP_NODELAY_DISABLED for fake connections.
authorValentin Bartenev <vbart@nginx.com>
Tue, 23 Apr 2013 10:15:49 +0000 (10:15 +0000)
committerValentin Bartenev <vbart@nginx.com>
Tue, 23 Apr 2013 10:15:49 +0000 (10:15 +0000)
commit670d42859d34a71c4d22ce25045e744e04bf04d2
tree70d466044583f66b27cb5e1099f6b487ff2f95e5
parente584341792eab4b3b35277c14c0acd93eee75688
SPDY: set NGX_TCP_NODELAY_DISABLED for fake connections.

This is to avoid setting the TCP_NODELAY flag on SPDY socket in
ngx_http_upstream_send_response().  The latter works per request,
but in SPDY case it might affect other streams in connection.
src/http/ngx_http_spdy.c