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 2015/07/13 00:18:09 UTC

trafficserver git commit: Update background fill faq to point to background fill section and configs

Repository: trafficserver
Updated Branches:
  refs/heads/master cbce43a5e -> c56836992


Update background fill faq to point to background fill section and configs


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/c5683699
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/c5683699
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/c5683699

Branch: refs/heads/master
Commit: c5683699289afe13e4c6cc70a65b718e96e3fe47
Parents: cbce43a
Author: Miles Libbey <ml...@apache.org>
Authored: Thu Jul 2 13:32:14 2015 -0700
Committer: Miles Libbey <ml...@apache.org>
Committed: Sun Jul 12 15:17:48 2015 -0700

----------------------------------------------------------------------
 doc/admin/faqs.en.rst               | 9 ++-------
 doc/admin/http-proxy-caching.en.rst | 2 ++
 2 files changed, 4 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c5683699/doc/admin/faqs.en.rst
----------------------------------------------------------------------
diff --git a/doc/admin/faqs.en.rst b/doc/admin/faqs.en.rst
index add1888..b7e528d 100644
--- a/doc/admin/faqs.en.rst
+++ b/doc/admin/faqs.en.rst
@@ -45,13 +45,8 @@ If a client disconnects during the time that Traffic Server is downloading a lar
 -----------------------------------------------------------------------------------------------------------------------------------
 
 When a client disconnects during an HTTP operation, Traffic Server
-continues to download the object from the origin server for up to 10
-seconds. If the transfer from the origin server completes successfully
-within 10 seconds after the client disconnect, then Traffic Server
-stores the object in cache. If the origin server download does *not*
-complete successfully within 10 seconds, then Traffic Server disconnects
-from the origin server and deletes the object from cache. Traffic Server
-does not store partial documents in the cache.
+can continue to download the object from the origin server, using the :ref:`background fill feature <background_fill>`.
+It will continue downloading based on the :ts:cv:`proxy.config.http.background_fill_active_timeout` and :ts:cv:`proxy.config.http.background_fill_completed_threshold` settings.
 
 Can Traffic Server cache Java applets, JavaScript programs, or other application files like VBScript?
 -----------------------------------------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c5683699/doc/admin/http-proxy-caching.en.rst
----------------------------------------------------------------------
diff --git a/doc/admin/http-proxy-caching.en.rst b/doc/admin/http-proxy-caching.en.rst
index 9b82143..05a93d5 100644
--- a/doc/admin/http-proxy-caching.en.rst
+++ b/doc/admin/http-proxy-caching.en.rst
@@ -764,6 +764,8 @@ All four configurations are required, for the following reasons:
 -  :ts:cv:`proxy.config.cache.enable_read_while_writer` being set to ``1`` turns
    the feature on, as it is off (``0``) by default.
 
+.. _background_fill:
+
 -  The background fill feature (both
    :ts:cv:`proxy.config.http.background_fill_active_timeout` and
    :ts:cv:`proxy.config.http.background_fill_completed_threshold`) should be