From 5c67174079970df8d99937cd6c29a5fb36605edf Mon Sep 17 00:00:00 2001 From: Ho 229 <56023510+ho229v3666@users.noreply.github.com> Date: Tue, 4 Jan 2022 21:51:12 +0800 Subject: fix typo (#3545) --- files/zh-cn/web/http/range_requests/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn/web') diff --git a/files/zh-cn/web/http/range_requests/index.html b/files/zh-cn/web/http/range_requests/index.html index 29a5ccab8d..a65fbb67fc 100644 --- a/files/zh-cn/web/http/range_requests/index.html +++ b/files/zh-cn/web/http/range_requests/index.html @@ -68,7 +68,7 @@ Content-Length: 1024
curl http://www.example.com -i -H "Range: bytes=0-50, 100-150"-
服务器返回206 Partial Content状态码和Content-Type:multipart/byteranges; boundary=3d6b6a416f9b5头部,Content-Type:multipart/byteranges表示这个响应有多个byterange。每一部分byterange都有他自己的Centen-type头部和Content-Range,并且使用boundary参数对body进行划分。
+服务器返回206 Partial Content状态码和Content-Type:multipart/byteranges; boundary=3d6b6a416f9b5头部,Content-Type:multipart/byteranges表示这个响应有多个byterange。每一部分byterange都有他自己的Content-type头部和Content-Range,并且使用boundary参数对body进行划分。
HTTP/1.1 206 Partial Content Content-Type: multipart/byteranges; boundary=3d6b6a416f9b5 -- cgit v1.2.3-54-g00ecf