#?SuikaWiki/0.9 [[#comment]] * 仕様書から **RFC 2518 (WebDAV) 10.1 102 Processing > The 102 (Processing) status code is an interim response used to inform the client that the server has accepted the complete request, but has not yet completed it. This status code SHOULD only be sent when the server has a reasonable expectation that the request will take significant time to complete. As guidance, if a method is taking longer than 20 seconds (a reasonable, but arbitrary value) to process the server SHOULD return a 102 (Processing) response. The server MUST send a final response after the request has been completed. [CODE(HTTP)[102]] (処理中) 状態符号は、クライアントにサーバーが完全な要求を受け入れたがまだ完了していないことを知らせるのに使う暫定応答です。 この状態符号は、要求を完了させるのに十分な時間を必要とするとサーバーが適当に予期する場合のみ送信する'''べきです'''。 私信としては、 method が20秒 (適当だけど任意の値) 以上掛かるならサーバーは [CODE(HTTP)[102]] (処理中) 応答を返す'''べきです'''。 サーバーは、要求が完了した後に最終応答を送信しなければ'''なりません'''。 > Methods can potentially take a long period of time to process, especially methods that support the Depth header. In such cases the client may time-out the connection while waiting for a response. To prevent this the server may return a 102 (Processing) status code to indicate to the client that the server is still processing the method. 各 method, とりわけ [CODE(HTTP)[[[Depth]]]] 頭に対応した method では処理に長い時間が必要となる可能性があります。 そのような場合、クライアントは応答を待っている間に接続を時間切れとするかもしれません。 これを防ぐために、クライアントにサーバーがまだその method の処理中であることを示す [CODE(HTTP)[102]] (処理中) 状態符号をサーバーが返しても構いません。 ** RFC の部分の License [[RFCのライセンス]] * メモ