Le mardi 8 février 2011 15:38:37, Guillaume Bourque a écrit :
> Hi all,
> 
> I just found out that on Firefox v. 3.6.13 all is working perfectly
> 
> So there must be something with google Chrome at least on ubutntu.

OK, I've tested with Chrome.
The problem is that Chrome sends the request in (at least) 2 packets :
a first one for the headers part, a second one for the data but haproxy is 
currently limited to one packet.

I'll try to find time to enhance this but can't promise it will be this week.
Maybe we'll also have to reorganize the form to put the select field at the 
top of it. This will help accept an "infinite" number of packets :
once we get the action in the POST parameters, we can loop on all the packets 
to extract the servers, which is not possible in the current format (the 
action is at the end of the data).

-- 
Cyril Bonté

Reply via email to