TS-3459: Create a new config to disallow Post w/ Expect: 100-continue: UPDATE 
DOCS


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

Branch: refs/heads/master
Commit: bf207f3a361d69c9cf1c0f60aec377ee8ebe195d
Parents: a30afc0
Author: Brian Geffon <bri...@apache.org>
Authored: Fri Mar 20 09:48:54 2015 -0700
Committer: Brian Geffon <bri...@apache.org>
Committed: Fri Mar 20 09:48:54 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/bf207f3a/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 4cad8e8..b503a0e 100644
--- a/doc/reference/configuration/records.config.en.rst
+++ b/doc/reference/configuration/records.config.en.rst
@@ -871,6 +871,14 @@ specific domains.
 
    Controls wether POST timeout sends a HTTP status 408 response (``1``)
 
+.. ts:cv:: CONFIG proxy.config.http.disallow_post_100_continue INT 0
+
+   Allows you to return a 405 Method Not Supported with Posts also
+   containing an Expect: 100-continue.
+   
+   When a Post w/ Expect: 100-continue is blocked the stat
+   proxy.process.http.disallowed_post_100_continue will be incremented.
+
 Parent Proxy Configuration
 ==========================
 

Reply via email to