You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ml...@apache.org on 2019/04/29 17:35:05 UTC

[trafficserver] branch master updated: Doc: Add links to Slicer plugin

This is an automated email from the ASF dual-hosted git repository.

mlibbey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 93961f8  Doc: Add links to Slicer plugin
93961f8 is described below

commit 93961f82c6718ec7190b533be0900b27e6045211
Author: Miles Libbey <ml...@apache.org>
AuthorDate: Tue Apr 23 10:15:41 2019 +0800

    Doc: Add links to Slicer plugin
---
 doc/admin-guide/plugins/index.en.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/admin-guide/plugins/index.en.rst b/doc/admin-guide/plugins/index.en.rst
index 1df7cad..91f9c1e 100644
--- a/doc/admin-guide/plugins/index.en.rst
+++ b/doc/admin-guide/plugins/index.en.rst
@@ -161,6 +161,7 @@ directory of the |TS| source tree. Experimental plugins can be compiled by passi
    Multiplexer <multiplexer.en>
    MySQL Remap <mysql_remap.en>
    Signed URLs <url_sig.en>
+   Slicer <slice.en>
    SSL Headers <sslheaders.en>
    SSL Session Reuse <ssl_session_reuse.en>
    System Statistics <system_stats.en>
@@ -227,6 +228,11 @@ directory of the |TS| source tree. Experimental plugins can be compiled by passi
 :doc:`Signed URLs <url_sig.en>`
    Adds support for verifying URL signatures for incoming requests to either deny or redirect access.
 
+:doc:`Slicer <slice.en>`
+   Slice full file or range based requests into deterministic chunks, allowing large files to be
+   spread across multiple cache stripes. Allows range requests to be satisfied by stitching these
+   chunks together.
+
 :doc:`SSL Session Reuse <ssl_session_reuse.en>`
    Coordinates Session ID and ticket based TLS session resumption between a group of ATS machines.