"client closed prematurely connection..."

Igor Sysoev is at rambler-co.ru
Thu Nov 8 18:26:32 MSK 2007


On Tue, Nov 06, 2007 at 12:58:59AM +0100, Adam Roth wrote:

> About 15% of my requests are hanging and the nginx error log outputs:
> 
> *5 client closed prematurely connection, so upstream connection is
> closed too while sending request to upstream
> 
> At this point I'm not sure what the problem is. Nginx? Mongrel? Some
> code causing Rails to quit? Any ideas?

You see the hanging requests in browser ? Try

proxy_ignore_client_abort  on;
fastcgi_ignore_client_abort  on;


-- 
Igor Sysoev
http://sysoev.ru/en/





More information about the nginx mailing list