]> git.kaiwu.me - nginx.git/commit
Allow to reuse connections that wait their first request.
authorValentin Bartenev <vbart@nginx.com>
Fri, 15 Mar 2013 19:49:54 +0000 (19:49 +0000)
committerValentin Bartenev <vbart@nginx.com>
Fri, 15 Mar 2013 19:49:54 +0000 (19:49 +0000)
commit23e692b58df18e47f5c8080ce8812ed574d7c4a2
treef57168e9cbf372bc3a4ce239b96abbb4cf3b91b7
parent3f70ddcfc69cc16f1d1b9b8bb450a0e21135c30a
Allow to reuse connections that wait their first request.

This should improve behavior under deficiency of connections.

Since SSL handshake usually takes significant amount of time,
we exclude connections from reusable queue during this period
to avoid premature flush of them.
src/http/ngx_http_request.c