Hi,<br><br>I don't know if there is some reason to disable keepalive if chunked filter is disabled.<br>If don't have a reason for that I would ask to apply this patch to nginx core.<br><br>--- src/http/modules/ngx_http_chunked_filter_module.c    2011-09-30 11:20:52.000000000 -0300<br>
+++ src/http/modules/ngx_http_chunked_filter_module.c    2012-01-21 22:35:51.663785000 -0200<br>@@ -84,9 +84,6 @@<br>                 }<br> <br>                 ngx_http_set_ctx(r, ctx, ngx_http_chunked_filter_module);<br>
-<br>-            } else {<br>-                r->keepalive = 0;<br>             }<br>         }<br>     }<br><br>I developed a module which delivery the same message to many users in a chunked connection, because of that I disable chunked filter and make the chunks myself to deliver to all users saving some memory and processing.<br>
<br>Everything is working fine, but without this patch I can not use keepalive on my connections, because nginx chunked filter disable this feature when it is disabled.<br><br>I hope you can accept this simple patch, <span id="result_box" class="short_text" lang="en"><span class="hps">regardless of</span> <span class="hps">my use case.</span></span><br>
<br>Regards,<br>Wandenberg<br>