<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=KOI8-R" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Igor Sysoev a &eacute;critš:
<blockquote cite="mid:20071114103548.GH31904@rambler-co.ru" type="cite">
  <pre wrap="">On Wed, Nov 14, 2007 at 11:03:24AM +0100, Jean-Philippe wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Igor Sysoev a e'crit :
    </pre>
    <blockquote 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>
    <pre wrap="">Hello,
Can you be more specific on this options ? There isn't any description 
in the english documentation.

Does it prevent aborting request to upstream proxys and fastcgis in case 
the client itself aborts the request ?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Yes.


  </pre>
</blockquote>
Thanks, I'll add it to the documentation.<br>
</body>
</html>