From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/web/http/status/508/index.html | 36 ++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 files/zh-cn/web/http/status/508/index.html (limited to 'files/zh-cn/web/http/status/508') diff --git a/files/zh-cn/web/http/status/508/index.html b/files/zh-cn/web/http/status/508/index.html new file mode 100644 index 0000000000..e32f788899 --- /dev/null +++ b/files/zh-cn/web/http/status/508/index.html @@ -0,0 +1,36 @@ +--- +title: 508 Loop Detected +slug: Web/HTTP/Status/508 +tags: + - '508' + - HTTP + - 服务器错误 + - 状态码 +translation_of: Web/HTTP/Status/508 +--- +
{{HTTPSidebar}}
+ +

HTTP协议的 508 Loop Detected 状态码可以在WebDAV协议(基于Web的分布式创作和版本控制)中给出。

+ +

508码表示服务器中断一个操作,因为它在处理具有“Depth: infinity”的请求时遇到了一个无限循环。508码表示整个操作失败。

+ +

Status

+ +
508 Loop Detected
+ +

Specifications

+ + + + + + + + + + + + + + +
SpecificationTitle
{{RFC("5842", "508 Loop Detected" , "7.2")}}Web Distributed Authoring and Versioning
-- cgit v1.2.3-54-g00ecf