Hi, Le mardi 27 avril 2010 13:14:14, Kari Lavikka a écrit : > Ok, I actually found something under thread "haproxy-1.4.3 and > keep-alive status". > > By default, "tunneling" is used.
Exactly ! > The solution would be "option > http-server-close" but Jetty doesn't play nicely. Well thanks anyway :) Then you can update to haproxy-1.4.4 with : option http-server-close option http-pretend-keepalive added in your frontend. This will make Jetty happy ;-) or you can disable keep-alive with "option httpclose". Hope this helps. -- Cyril Bonté

