Re: keep-alive confused

2015-02-13 Thread Maxim Dounin
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

keep-alive confused

2015-02-12 Thread kevin_wangxk
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