You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by so...@apache.org on 2014/09/08 19:19:32 UTC

git commit: TS-2996: Add missing RR string

Repository: trafficserver
Updated Branches:
  refs/heads/master c3ad382fe -> 8b03facb1


TS-2996: Add missing RR string


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

Branch: refs/heads/master
Commit: 8b03facb1cdbbe8fe80f0e7a075597ccfcff92d3
Parents: c3ad382
Author: Phil Sorber <so...@apache.org>
Authored: Mon Sep 8 11:19:03 2014 -0600
Committer: Phil Sorber <so...@apache.org>
Committed: Mon Sep 8 11:19:03 2014 -0600

----------------------------------------------------------------------
 proxy/ParentSelection.cc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8b03facb/proxy/ParentSelection.cc
----------------------------------------------------------------------
diff --git a/proxy/ParentSelection.cc b/proxy/ParentSelection.cc
index 8b8af24..a6d471c 100644
--- a/proxy/ParentSelection.cc
+++ b/proxy/ParentSelection.cc
@@ -58,7 +58,8 @@ static const char *ParentResultStr[] = {
 static const char *ParentRRStr[] = {
   "false",
   "strict",
-  "true"
+  "true",
+  "consistent"
 };
 
 //