<font><font face="verdana,sans-serif">Francis,</font></font><div><font class="Apple-style-span" face="verdana, sans-serif"><br></font></div><div><font class="Apple-style-span" face="verdana, sans-serif">Thanks for your response, we solved it using "proxy_buffering off"!!!</font></div>
<div><font class="Apple-style-span" face="verdana, sans-serif"><br></font></div><div><font class="Apple-style-span" face="verdana, sans-serif">bye</font></div><div><br><div class="gmail_quote">On Thu, Dec 15, 2011 at 8:45 PM, Francis Daly <span dir="ltr"><<a href="mailto:francis@daoine.org">francis@daoine.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, Dec 15, 2011 at 04:23:07PM -0200, Alexis Rodríguez wrote:<br>
<br>
Hi there,<br>
<div class="im"><br>
> Let me describe our situation, we receive from nginx a request, we write on<br>
> the socket without closing the connection, but nginx did not response to<br>
> the client until we close the connection!.<br>
<br>
</div>In testing here, I "proxy_pass" to the upstream, and "proxy_buffering off"<br>
causes the http response body to be sent to the client as it is generated.<br>
<br>
Nothing is sent to the client until after the http response headers<br>
are complete.<br>
<br>
(The test upstream is a simple HTTP/1.0 server running a shell-cgi<br>
script where I can put "sleep 3" in between "echo output" lines, so I<br>
know exactly when things are sent by the upstream.)<br>
<div class="im"><br>
> Directives already tried:<br>
><br>
> * keepalive_timeout 0;<br>
> * proxy_buffering off;<br>
><br>
> There is something left to try?<br>
<br>
</div>Does the simple test above work for you?<br>
<br>
How is nginx configured to connect to your web servers? How do your web<br>
servers respond?<br>
<br>
Good luck with it,<br>
<br>
        f<br>
<span class="HOEnZb"><font color="#888888">--<br>
Francis Daly        <a href="mailto:francis@daoine.org">francis@daoine.org</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</font></span></blockquote></div><br></div>