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 1a5fc3f Doc: removing stale while revalidate plugin doc (marked
deprecated in 7)
1a5fc3f is described below
commit 1a5fc3fed09b59fb5d693e3c2629e0027f65c8f7
Author: Miles Libbey <[email protected]>
AuthorDate: Sat Nov 17 21:37:57 2018 +0900
Doc: removing stale while revalidate plugin doc (marked deprecated in 7)
The stale while revalidate plugin was marked deprecated in the ATS 7
documentation.
Removing now in the 8 docs.
---
doc/admin-guide/plugins/index.en.rst | 6 ------
.../plugins/stale_while_revalidate.en.rst | 25 ----------------------
2 files changed, 31 deletions(-)
diff --git a/doc/admin-guide/plugins/index.en.rst
b/doc/admin-guide/plugins/index.en.rst
index dd7dd5b..9d8d9b0 100644
--- a/doc/admin-guide/plugins/index.en.rst
+++ b/doc/admin-guide/plugins/index.en.rst
@@ -160,7 +160,6 @@ directory of the |TS| source tree. Experimental plugins can
be compiled by passi
Signed URLs <url_sig.en>
SSL Headers <sslheaders.en>
SSL Session Reuse <ssl_session_reuse.en>
- Stale While Revalidate <stale_while_revalidate.en>
System Statistics <system_stats.en>
Traffic Dump <traffic_dump.en>
WebP Transform <webp_transform.en>
@@ -228,11 +227,6 @@ directory of the |TS| source tree. Experimental plugins
can be compiled by passi
:doc:`SSL Headers <sslheaders.en>`
Populate request headers with SSL session information.
-:doc:`Stale While Revalidate <stale_while_revalidate.en>`
- :deprecated:
-
- Refresh content asynchronously while serving stale data.
-
:doc:`System Stats <system_stats.en>`
Inserts system statistics in to the stats list
diff --git a/doc/admin-guide/plugins/stale_while_revalidate.en.rst
b/doc/admin-guide/plugins/stale_while_revalidate.en.rst
deleted file mode 100644
index 76e192b..0000000
--- a/doc/admin-guide/plugins/stale_while_revalidate.en.rst
+++ /dev/null
@@ -1,25 +0,0 @@
-.. _admin-plugins-tale-while-revalidate:
-
-Stale While Revalidate Plugin
-*****************************
-
- :deprecated:
-
-.. Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
-
-refresh content asynchronously while serving stale data