Hello!
On Fri, Feb 13, 2015 at 02:55:38PM +0800, kevin_wan...@sina.cn wrote:
> hello,
>
> I use nginx as a reverse proxy, and I find a question that confused me.
>
> In upstream loction I use keepalive direction to keep a connection pool.
> As everyone knows,
> that can reduse tcp ha
hello,
I use nginx as a reverse proxy, and I find a question that confused me.
In upstream loction I use keepalive direction to keep a connection pool.
As everyone knows,
that can reduse tcp handshake cost. When I send request with "Connection:
keep-alive" header
using http /1.0 proto