<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    I have tested is with a persistent connections it ran 100 long lived
    fastcgi connections, with 100/s fastcgi short requests.<br>
    <br>
    seams to work.<br>
    <br>
    <br>
    <br>
    On 08/25/2011 08:05 AM, Maxim Dounin wrote:
    <blockquote cite="mid:20110825000522.GW1137@mdounin.ru" type="cite">
      <pre wrap="">Hello!

On Wed, Aug 24, 2011 at 01:11:43PM -0400, magicbear wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">Thanks for your hard work, I have found that if using https backend, it
won't work, server will direct close the connection.

curl --head '<a class="moz-txt-link-freetext" href="http://localhost/track.js">http://localhost/track.js</a>'
curl: (52) Empty reply from server
</pre>
      </blockquote>
      <pre wrap="">
Yes, thank you for report.

Keeping https connections will require additional support both in 
nginx core and upstream keepalive module.  You may try the 
attached patches, also available here:

<a class="moz-txt-link-freetext" href="http://mdounin.ru/files/patch-nginx-keepalive-https.txt">http://mdounin.ru/files/patch-nginx-keepalive-https.txt</a>
<a class="moz-txt-link-freetext" href="http://mdounin.ru/files/patch-nginx-keepalive-https-module.txt">http://mdounin.ru/files/patch-nginx-keepalive-https-module.txt</a>

The first one is for nginx itself, should be applied after 
keepalive patch.

The second one (actually, two grouped in one file) for upstream 
keepalive module. 

Maxim Dounin
</pre>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
nginx mailing list
<a class="moz-txt-link-abbreviated" href="mailto:nginx@nginx.org">nginx@nginx.org</a>
<a class="moz-txt-link-freetext" href="http://mailman.nginx.org/mailman/listinfo/nginx">http://mailman.nginx.org/mailman/listinfo/nginx</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>