On 9 April 2013 13:35, ESWAR RAO <eswar7...@gmail.com> wrote: > Hi All, > > I observed that automatic failover behaviour is not working with my nginx > server.
What you describe is exactly what I would expect. No HTTP-compliant proxy would shunt an active connection, mid-request, over to another backend once a TCP connection has been established, and any traffic has been passed to it. The proxy has no way of knowing if the backend has taken some non-idempotent action based on as much of the request as managed to be communicated. Would you like it if your bank re-dispatched "pay this bill" requests to multiple backends just because one of them fell over? ;-) What are your expectations here? Be clear! Jonathan _______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx