<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=KOI8-R" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Igor Sysoev a &eacute;critš:
<blockquote cite="mid:20071108152632.GO24890@rambler-co.ru" type="cite">
  <pre wrap="">On Tue, Nov 06, 2007 at 12:58:59AM +0100, Adam Roth wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">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?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
You see the hanging requests in browser ? Try

proxy_ignore_client_abort  on;
fastcgi_ignore_client_abort  on;


  </pre>
</blockquote>
Hello,<br>
Can you be more specific on this options ? There isn't any description
in the english documentation.<br>
<br>
Does it prevent aborting request to upstream proxys and fastcgis in
case the client itself aborts the request ?<br>
</body>
</html>