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 <[email protected]> Authored: Wed May 21 15:33:24 2014 -0600 Committer: Leif Hedstrom <[email protected]> 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 #
