From d2a27f16d702c2e20e91c0836e354d2874624e4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Mon, 31 Jul 2023 16:59:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E2=80=9C=E5=88=86=E7=89=87=E2=80=9D?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E2=80=9C=E5=88=86=E6=AE=B5=E2=80=9D=EF=BC=8C?= =?UTF-8?q?=E5=B0=86=E2=80=9C=E5=88=86=E5=8C=BA=E2=80=9D=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E2=80=9C=E5=88=86=E7=89=87=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/public/js/components/server/http-cache-ref-box.js | 2 +- web/public/js/components/server/http-compression-config-box.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/public/js/components/server/http-cache-ref-box.js b/web/public/js/components/server/http-cache-ref-box.js index 6ae36ecf..4d210313 100644 --- a/web/public/js/components/server/http-cache-ref-box.js +++ b/web/public/js/components/server/http-cache-ref-box.js @@ -268,7 +268,7 @@ Vue.component("http-cache-ref-box", { - 支持分片内容 + 支持分段内容

选中后,Gzip等压缩后的Chunked内容可以直接缓存,无需检查内容长度。

diff --git a/web/public/js/components/server/http-compression-config-box.js b/web/public/js/components/server/http-compression-config-box.js index 53cfb5ba..887b46db 100644 --- a/web/public/js/components/server/http-compression-config-box.js +++ b/web/public/js/components/server/http-compression-config-box.js @@ -252,7 +252,7 @@ Vue.component("http-compression-config-box", { 支持Partial
Content -

支持对分区内容(PartialContent)的压缩;除非客户端有特殊要求,一般不需要启用。

+

支持对分片内容(PartialContent)的压缩;除非客户端有特殊要求,一般不需要启用。