From 12e352964c4e31d0c6da372f5a71c531bfdbdbba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Sat, 24 Sep 2022 14:40:34 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=94=AF=E6=8C=81206=20Parti?= =?UTF-8?q?al=20Content?= 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 | 4 ++-- 1 file 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 680a5904..dff558a1 100644 --- a/web/public/js/components/server/http-cache-ref-box.js +++ b/web/public/js/components/server/http-cache-ref-box.js @@ -29,7 +29,7 @@ Vue.component("http-cache-ref-box", { conds: null, // 复杂条件 simpleCond: null, // 简单条件 allowChunkedEncoding: true, - allowPartialContent: false, + allowPartialContent: true, enableIfNoneMatch: false, enableIfModifiedSince: false, isReverse: this.vIsReverse, @@ -241,7 +241,7 @@ Vue.component("http-cache-ref-box", { 支持缓存区间内容 -

选中后,支持缓存源站返回的某个区间的内容,该内容通过206 Partial Content状态码返回。此功能目前为试验性质

+

选中后,支持缓存源站返回的某个区间的内容,该内容通过206 Partial Content状态码返回。