I assume you mean HTTP (S) load balancing. In this case, a reverse proxy server sits in front of your application, processes requests and redirects them to your servers. This proxy (GFE) will repeat as described in the document :
Retries of HTTP (S) load balancing fail. GET requests in certain circumstances, for example, when the response timeout has been reached. It does not repeat failed POST requests. Repetitions are limited to two attempts. Repeated requests generate only one log entry for a final response. See the Registration section for more information.
mensi source
share