将“分片”改为“分段”,将“分区”改为“分片”

This commit is contained in:
刘祥超
2023-07-31 16:59:12 +08:00
parent b9837f526b
commit d2a27f16d7
2 changed files with 2 additions and 2 deletions

View File

@@ -268,7 +268,7 @@ Vue.component("http-cache-ref-box", {
</td>
</tr>
<tr v-show="moreOptionsVisible && !vIsReverse">
<td>支持分内容</td>
<td>支持分内容</td>
<td>
<checkbox name="allowChunkedEncoding" value="1" v-model="ref.allowChunkedEncoding"></checkbox>
<p class="comment">选中后Gzip等压缩后的Chunked内容可以直接缓存无需检查内容长度。</p>