408

状態符号 408 (HTTP)

[411] 408 (Request Timeout) は、 クライアントからの要求を待ち続けてタイムアウトに達したことを表す状態符号です。

仕様書

意味

[6] 408 は、が待つと準備されていた時間内に完全な要求メッセージが受信できなかったことを示します >>4

構文

[409] は、 Connection: close 接続オプションを送信するべきです >>4

処理モデル

[410] クライアントは、 408 を受信した後、 転送中だった要求があれば新しい接続で繰り返しても構いません >>4

歴史

[5] RFC 2068 & 2616 (HTTP/1.1) 10.4.9 408 Request Timeout

The client did not produce a request within the time that the server was prepared to wait. The client MAY repeat the request without modifications at any later time.

クライアントは、サーバーが待機している時間内に要求を生成しませんでした。 クライアントは、後の時刻に要求を修正なしで繰り返して構いません

[412] RFC 3507 - Internet Content Adaptation Protocol (ICAP) ( ( 版)) http://tools.ietf.org/html/rfc3507#section-4.3.3

[7] errors: change timeout errors from 408 to 500 HTTP status code (andreastt著, ) https://github.com/w3c/webdriver/commit/c377c21186f672105a05383d5152e0a3b2a00374

[8] HTTP status code 408 causes clients to retry · Issue #1287 · w3c/webdriver () https://github.com/w3c/webdriver/issues/1287

[9] errors: change timeout errors from 408 to 500 HTTP status code by andreastt · Pull Request #1292 · w3c/webdriver () https://github.com/w3c/webdriver/pull/1292