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状态码返回。