Thanks for the all-included patch from 1.1.2<div><br><div>It seems that keepalive connections aren't working in combination with proxy_buffering off; (c->read->ready is set to 1)</div><div>It worked before this last update, is this the intended behavior ?</div>

<div><br></div><div>Thank you,</div><div><br></div><div>Matthieu.<br><br><div class="gmail_quote">On Mon, Sep 5, 2011 at 11:02 AM, Maxim Dounin <span dir="ltr"><<a href="mailto:mdounin@mdounin.ru">mdounin@mdounin.ru</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello!<br>
<div class="im"><br>
On Mon, Sep 05, 2011 at 11:42:31PM +0800, $B%S%j%S%j-9(B wrote:<br>
<br>
> (gdb) fr 0<br>
> #0  ngx_http_upstream_handler (ev=0x7fc45735f8a8)<br>
>     at src/http/ngx_http_upstream.c:915<br>
> 915    ctx->current_request = r;<br>
</div><div class="im">> (gdb) p ngx_cycle->log<br>
> $1 = (ngx_log_t *) 0x21f19a8<br>
> (gdb) p *r<br>
> $2 = {signature = 51686928, connection = 0x23b4160, ctx = 0x0,<br>
<br>
</div>[...]<br>
<br>
This looks like memory corruption, but unfortunately I don't see<br>
any traces of the real cause.  My best quess is improper handling<br>
of proxy_ignore_client_abort as fixed in 1.1.2.  Please try 1.1.2<br>
with patches from<br>
<br>
<a href="http://nginx.org/patches/patch-nginx-keepalive-full-5.txt" target="_blank">http://nginx.org/patches/patch-nginx-keepalive-full-5.txt</a><br>
<br>
It already includes upstream keepalive module, as well as all<br>
other upstream-keepalive related fixes.  See here for details:<br>
<br>
<a href="http://mailman.nginx.org/pipermail/nginx-devel/2011-September/001147.html" target="_blank">http://mailman.nginx.org/pipermail/nginx-devel/2011-September/001147.html</a><br>
<div><div></div><div class="h5"><br>
Maxim Dounin<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></div></div></blockquote></div><br></div></div>