On 01/31/2013 08:55 AM, Willy Tarreau wrote: > This one has everything needed, transfer-encoding: chunked specifies the > size so the connection can stay alive. > >> But responses from haproxy still closed with either http-server-close or >> http-pretend-keepalive set still close the connection. I admit these >> results are confusing and I feel like I'm missing something. > > You definitely need to have both options set, and no "httpclose" at all. >
Got it working with (A) no httpclose, (B) http-server-close, (C) http-pretend-keepalive, (D) enabling keep-alive on the backend. What I was originally looking for was a way to avoid (D). I'm not sure if that's supposed to be possible, but everything looks stable so success as far as I'm concerned. > Note that 26 bugs were fixed in 1.4 since your version, and you should > plan an upgrade. I'm seeing nothing related to your issue so I think > it's just a configuration issue. Thanks for looking! Help in this thread other than 'drop what you are doing and upgrade' is greatly appreciated.

