Open
Description
Currently, when the web client makes a request to the server and the request fails, there are times when the web client just sits there waiting for the results to come. This is because the load balancer will sometimes keep the connection to the client open even though the connection between the server and the load balancer has terminated.
To avoid this problem, the server could send an ABORT exception (as an alert) back to the client when an error has occurred and the client should terminate the request.