You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2017/12/13 16:02:44 UTC

[trafficserver] branch master updated: removes usages of deleted http.redirection_enabled

This is an automated email from the ASF dual-hosted git repository.

amc 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 f6fe424  removes usages of deleted http.redirection_enabled
f6fe424 is described below

commit f6fe424873a4a841856a8bb3c4ccef6ab8ccd9d5
Author: Derek Dagit <de...@oath.com>
AuthorDate: Tue Dec 12 22:10:23 2017 +0000

    removes usages of deleted http.redirection_enabled
---
 tests/gold_tests/redirect/redirect.test.py      | 1 -
 tests/gold_tests/redirect/redirect_post.test.py | 1 -
 2 files changed, 2 deletions(-)

diff --git a/tests/gold_tests/redirect/redirect.test.py b/tests/gold_tests/redirect/redirect.test.py
index ffb9c34..18e0011 100644
--- a/tests/gold_tests/redirect/redirect.test.py
+++ b/tests/gold_tests/redirect/redirect.test.py
@@ -35,7 +35,6 @@ dest_serv = Test.MakeOriginServer("dest_server")
 dns = Test.MakeDNServer("dns")
 
 ts.Disk.records_config.update({
-    'proxy.config.http.redirection_enabled': 1,
     'proxy.config.http.number_of_redirections': MAX_REDIRECT,
     'proxy.config.http.cache.http': 0,
     'proxy.config.dns.nameservers': '127.0.0.1:{0}'.format(dns.Variables.Port),
diff --git a/tests/gold_tests/redirect/redirect_post.test.py b/tests/gold_tests/redirect/redirect_post.test.py
index 8b98cd7..50843ce 100644
--- a/tests/gold_tests/redirect/redirect_post.test.py
+++ b/tests/gold_tests/redirect/redirect_post.test.py
@@ -37,7 +37,6 @@ redirect_serv2 = Test.MakeOriginServer("re_server2")
 dest_serv = Test.MakeOriginServer("dest_server")
 
 ts.Disk.records_config.update({
-    'proxy.config.http.redirection_enabled': 1,
     'proxy.config.http.number_of_redirections': MAX_REDIRECT,
     'proxy.config.http.post_copy_size' : 919430601,
     'proxy.config.http.cache.http': 0  # ,

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].