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 2014/08/14 02:28:16 UTC

git commit: TS-2864: Remove last vestiges of previous server port configuration.

Repository: trafficserver
Updated Branches:
  refs/heads/master 5257ec7d4 -> b99b8157b


TS-2864: Remove last vestiges of previous server port configuration.


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

Branch: refs/heads/master
Commit: b99b8157b96e132e4dc34a313b3029bc34babfab
Parents: 5257ec7
Author: Alan M. Carroll <am...@network-geographics.com>
Authored: Wed Aug 13 18:51:34 2014 -0500
Committer: Alan M. Carroll <am...@network-geographics.com>
Committed: Wed Aug 13 18:51:34 2014 -0500

----------------------------------------------------------------------
 mgmt/RecordsConfig.cc | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/b99b8157/mgmt/RecordsConfig.cc
----------------------------------------------------------------------
diff --git a/mgmt/RecordsConfig.cc b/mgmt/RecordsConfig.cc
index 1babc8b..d69724e 100644
--- a/mgmt/RecordsConfig.cc
+++ b/mgmt/RecordsConfig.cc
@@ -363,17 +363,10 @@ RecordElement RecordsConfig[] = {
   //        # basics #
   //        ##########
   //       #
-  //       # The main server_port is listed here, other server ports is a
-  //       # string of ports, separated by whitespace.
-  //       #
   {RECT_CONFIG, "proxy.config.http.enabled", RECD_INT, "1", RECU_RESTART_TM, RR_NULL, RECC_INT, "[0-1]", RECA_NULL}
   ,
   {RECT_CONFIG, "proxy.config.http.server_ports", RECD_STRING, "8080", RECU_RESTART_TM, RR_NULL, RECC_NULL, NULL, RECA_NULL}
   ,
-  {RECT_CONFIG, "proxy.config.http.server_port", RECD_INT, "-1", RECU_RESTART_TM, RR_NULL, RECC_INT, "[0-65535]", RECA_NULL}
-  ,
-  {RECT_CONFIG, "proxy.config.http.server_port_attr", RECD_STRING, "X", RECU_RESTART_TM, RR_NULL, RECC_NULL, NULL, RECA_NULL}
-  ,
   {RECT_CONFIG, "proxy.config.http.wait_for_cache", RECD_INT, "0", RECU_RESTART_TM, RR_NULL, RECC_INT, "[0-1]", RECA_NULL}
   ,
   {RECT_CONFIG, "proxy.config.http.insert_request_via_str", RECD_INT, "1", RECU_DYNAMIC, RR_NULL, RECC_NULL, NULL, RECA_NULL}