Hi, I've tested recent 1.5-dev24(a631fc8) git code.
In frontend, option http-keep-alive In backend, balance uri or balance url_param option http-server-close In above configuration, server response is delayed or fail. Apr 29 17:01:31 localhost haproxy[1901]: x.x.x.x:7352 [29/Apr/2014:17:01:01.163] http-in bk_tv/test1 12/0/0/112/30126 200 9773 - - sD-- 1/1/0/0/0 0/0 In frontend, If I changed http-keep-alive into http-server-close, all works fine. In backend, If I changed "balance uri or balance url_param" into "balance roundrobin", all works fine. This is a bug? Regards, Seri

