Repository: trafficserver
Updated Branches:
  refs/heads/master 09844ea4a -> b17ef34cb


[TS-2631] Improve HeaderRewrite set-destination: using Condition operator 
instead of hard coded strings


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

Branch: refs/heads/master
Commit: 0f6e5c99cc6a3d1dc2cc2131b4e8b27f0ad8b381
Parents: 5701441
Author: Brian Geffon <[email protected]>
Authored: Wed Mar 12 15:30:09 2014 -0700
Committer: Brian Geffon <[email protected]>
Committed: Wed Mar 12 15:30:09 2014 -0700

----------------------------------------------------------------------
 plugins/header_rewrite/operators.cc | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/0f6e5c99/plugins/header_rewrite/operators.cc
----------------------------------------------------------------------
diff --git a/plugins/header_rewrite/operators.cc 
b/plugins/header_rewrite/operators.cc
index 6d062dd..4bdcdc1 100644
--- a/plugins/header_rewrite/operators.cc
+++ b/plugins/header_rewrite/operators.cc
@@ -370,9 +370,6 @@ OperatorSkipRemap::initialize(Parser& p)
 {
   Operator::initialize(p);
 
-  if (p.get_arg() == "1" || p.get_arg() == "true") {
-    _skip_remap = true;
-  }
 }
 
 void

Reply via email to