From 1fee697b4f17e5ff7fadff51125c35c58e7b3c59 Mon Sep 17 00:00:00 2001 From: Xyz Date: Sun, 13 Jun 2021 21:02:47 +0800 Subject: Fix Web/HTTP/Protocol_upgrade_mechanism, zh-CN (#1175) --- files/zh-cn/web/http/protocol_upgrade_mechanism/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files') diff --git a/files/zh-cn/web/http/protocol_upgrade_mechanism/index.html b/files/zh-cn/web/http/protocol_upgrade_mechanism/index.html index 530c8ea6ae..75ae2784b2 100644 --- a/files/zh-cn/web/http/protocol_upgrade_mechanism/index.html +++ b/files/zh-cn/web/http/protocol_upgrade_mechanism/index.html @@ -60,7 +60,7 @@ Upgrade: websocket

WebSocket 专有的 headers

-

一下headers是在WebSocket升级过程中会出现的。除了 {{HTTPHeader("Upgrade")}} 和 {{HTTPHeader("Connection")}} headers, 其他的一般浏览器和服务器都会在交互过程中处理好。

+

以下headers是在WebSocket升级过程中会出现的。除了 {{HTTPHeader("Upgrade")}} 和 {{HTTPHeader("Connection")}} headers, 其他的一般浏览器和服务器都会在交互过程中处理好。

{{HTTPHeader("Sec-WebSocket-Extensions")}}

-- cgit v1.2.3-54-g00ecf