You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2014/05/22 00:11:26 UTC

[04/12] git commit: TS-2274 Change connect_ports to only 443

TS-2274 Change connect_ports to only 443


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

Branch: refs/heads/master
Commit: aca161d0bc929e3c2cec002b0632b11ec5aa0ba7
Parents: 7b8bb33
Author: Leif Hedstrom <zw...@apache.org>
Authored: Wed May 21 15:33:24 2014 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Wed May 21 16:10:48 2014 -0600

----------------------------------------------------------------------
 mgmt/RecordsConfig.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/aca161d0/mgmt/RecordsConfig.cc
----------------------------------------------------------------------
diff --git a/mgmt/RecordsConfig.cc b/mgmt/RecordsConfig.cc
index d26d026..9f03ca9 100644
--- a/mgmt/RecordsConfig.cc
+++ b/mgmt/RecordsConfig.cc
@@ -1052,7 +1052,7 @@ RecordElement RecordsConfig[] = {
   //        ###########
   //        # CONNECT #
   //        ###########
-  {RECT_CONFIG, "proxy.config.http.connect_ports", RECD_STRING, "443 563", RECU_DYNAMIC, RR_NULL, RECC_STR, "^(\\*|[[:digit:][:space:]]+)$", RECA_NULL}
+  {RECT_CONFIG, "proxy.config.http.connect_ports", RECD_STRING, "443", RECU_DYNAMIC, RR_NULL, RECC_STR, "^(\\*|[[:digit:][:space:]]+)$", RECA_NULL}
   ,
   //        ##########################
   //        # Various update periods #