Repository: trafficserver
Updated Branches:
  refs/heads/master 4e6536927 -> 665b442da


Document feature from TS-1125

This closes #153


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

Branch: refs/heads/master
Commit: 665b442dad51d89cc9f42f5394f3099d75519ec2
Parents: 4e65369
Author: Thomas Jackson <[email protected]>
Authored: Tue Dec 9 15:12:17 2014 -0800
Committer: James Peach <[email protected]>
Committed: Tue Dec 9 15:19:33 2014 -0800

----------------------------------------------------------------------
 doc/reference/configuration/records.config.en.rst | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/665b442d/doc/reference/configuration/records.config.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/configuration/records.config.en.rst 
b/doc/reference/configuration/records.config.en.rst
index 2caeb4b..6397461 100644
--- a/doc/reference/configuration/records.config.en.rst
+++ b/doc/reference/configuration/records.config.en.rst
@@ -620,6 +620,14 @@ Value Effect
 
    The ``Via`` header string can be decoded with the `Via Decoder Ring 
<http://trafficserver.apache.org/tools/via>`_.
 
+.. ts:cv:: CONFIG proxy.config.http.send_100_continue_response INT 0
+   :reloadable:
+
+   You can specify one of the following:
+
+   -  ``0`` ATS buffer the request until the post body has been recieved and 
then send the request to origin.
+   -  ``1`` immediately return a 100 Continue from ATS without waiting for the 
post body
+
 .. ts:cv:: CONFIG proxy.config.http.response_server_enabled INT 1
    :reloadable:
 
@@ -2543,7 +2551,7 @@ Sockets
    Sets the maximum number of elements that can be contained in a 
ProxyAllocator (per-thread)
    before returning the objects to the global pool
 
-.. ts:cv:: CONFIG proxy.config.allocator.thread_freelist_low_watermark INT 32 
+.. ts:cv:: CONFIG proxy.config.allocator.thread_freelist_low_watermark INT 32
 
    Sets the minimum number of items a ProxyAllocator (per-thread) will 
guarantee to be
    holding at any one time.

Reply via email to