408 Request Timeout
4xx Client Error

The 408 (Request Timeout) status code indicates that the server did not receive a complete request message within the time that it was prepared to wait. A server SHOULD send the “close” connection option (Section 6.1 of [RFC7230]) in the response, since 408 implies that the server has decided to close the connection rather than continue waiting. If the client has an outstanding request in transit, the client MAY repeat that request on a new connection.

RFC 7231 6.5.7

Notes

Keep in mind that this is a client error. The client opened a connection and then ghosted the server and the server is giving up.

Links