mirror of
https://github.com/rmaake1/httpstatuses.git
synced 2024-11-09 12:12:30 +01:00
740 B
740 B
set | code | title | references | ||
---|---|---|---|---|---|
4 | 408 | Request Timeout |
|
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 option1 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.
- 1 Connection RFC7230 Section 6.1
- Source: RFC7231 Section 6.5.7