Repository: trafficserver
Updated Branches:
  refs/heads/master 8d2582941 -> a33073505


Add back the proxy.config.http.uncacheable_requests_bypass_parent config to
default records.config


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

Branch: refs/heads/master
Commit: a33073505f50a985218deb6e0a161e297a116002
Parents: 8d25829
Author: Leif Hedstrom <zw...@apache.org>
Authored: Wed Oct 8 10:36:58 2014 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Wed Oct 8 10:36:58 2014 -0600

----------------------------------------------------------------------
 proxy/config/records.config.default.in | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a3307350/proxy/config/records.config.default.in
----------------------------------------------------------------------
diff --git a/proxy/config/records.config.default.in 
b/proxy/config/records.config.default.in
index 1f5e082..1595023 100644
--- a/proxy/config/records.config.default.in
+++ b/proxy/config/records.config.default.in
@@ -40,6 +40,7 @@ CONFIG proxy.config.http.parent_proxy_routing_enable INT 0
 CONFIG proxy.config.http.parent_proxy.retry_time INT 300
 CONFIG proxy.config.http.parent_proxy.connect_attempts_timeout INT 30
 CONFIG proxy.config.http.forward.proxy_auth_to_parent INT 0
+CONFIG proxy.config.http.uncacheable_requests_bypass_parent INT 1
 
 ##############################################################################
 # HTTP connection timeouts (secs). Docs:

Reply via email to