On Thu, May 17, 2012 at 03:56:09PM +0200, Baptiste wrote: > As soon as the request has left HAProxy, it can't be resent to an other > server. > HAProxy can choose an other server only if it can't send the request > to the first one (and have not sent yet the request, of course)
Quite true. Also keep in mind that HTTP spec absolutely forbids doing this because replying non-idempotent requests can have important impacts. And yes, I'm aware that some products do this anyway, which might be the reason why a coworker once received two books when he ordered one on a site. Regards, Willy

