460 Client Closed Connection (Load Balancer)

AWS load balancer code logged when the client closed the connection before the load balancer could respond.

Status

HTTP/1.1 460 Client Closed Connection (Load Balancer)

Details

An AWS Application Load Balancer records 460 when a client disconnects before the response is sent. The request may have been processed normally by the target; the client simply went away first.

It is a logging artefact rather than something a client receives, and it usually points at a client-side timeout shorter than the backend's processing time.

Common causes

How to fix it

As the client

As the server

Examples

(ALB access log)
460 - - "GET https://api.example.com/slow-report HTTP/1.1"

See also