This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch 9.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/9.1.x by this push:
new 800f4e9 Finishes #/7748 with some additional cleanup (#8070)
800f4e9 is described below
commit 800f4e9b3b989ab55866618a60ef21468385aec7
Author: Leif Hedstrom <[email protected]>
AuthorDate: Fri Jul 16 15:25:45 2021 -0600
Finishes #/7748 with some additional cleanup (#8070)
(cherry picked from commit 65c18620b9ca87f87e1d43bc815323217077b009)
---
configs/records.config.default.in | 1 -
lib/perl/lib/Apache/TS/AdminClient.pm | 1 -
src/shared/overridable_txn_vars.cc | 2 +-
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/configs/records.config.default.in
b/configs/records.config.default.in
index 278139f..b447d10 100644
--- a/configs/records.config.default.in
+++ b/configs/records.config.default.in
@@ -62,7 +62,6 @@ CONFIG proxy.config.http.connect_attempts_rr_retries INT 3
CONFIG proxy.config.http.connect_attempts_timeout INT 30
CONFIG proxy.config.http.post_connect_attempts_timeout INT 1800
CONFIG proxy.config.http.down_server.cache_time INT 60
-CONFIG proxy.config.http.down_server.abort_threshold INT 10
##############################################################################
# Negative response caching, for redirects and errors. Docs:
diff --git a/lib/perl/lib/Apache/TS/AdminClient.pm
b/lib/perl/lib/Apache/TS/AdminClient.pm
index dbccd3e..8abbb1d 100644
--- a/lib/perl/lib/Apache/TS/AdminClient.pm
+++ b/lib/perl/lib/Apache/TS/AdminClient.pm
@@ -445,7 +445,6 @@ The Apache Traffic Server Administration Manual will
explain what these strings
proxy.config.http.default_buffer_size
proxy.config.http.default_buffer_water_mark
proxy.config.http.doc_in_cache_skip_dns
- proxy.config.http.down_server.abort_threshold
proxy.config.http.down_server.cache_time
proxy.config.http.enabled
proxy.config.http.enable_http_info
diff --git a/src/shared/overridable_txn_vars.cc
b/src/shared/overridable_txn_vars.cc
index 42a6b5f..80b62d9 100644
--- a/src/shared/overridable_txn_vars.cc
+++ b/src/shared/overridable_txn_vars.cc
@@ -88,7 +88,7 @@ const std::unordered_map<std::string_view, std::tuple<const
TSOverridableConfigK
{OutboundConnTrack::CONFIG_VAR_MIN,
{TS_CONFIG_HTTP_SERVER_MIN_KEEP_ALIVE_CONNS, TS_RECORDDATATYPE_INT}},
{"proxy.config.http.anonymize_remove_client_ip",
{TS_CONFIG_HTTP_ANONYMIZE_REMOVE_CLIENT_IP, TS_RECORDDATATYPE_INT}},
{"proxy.config.http.cache.open_read_retry_time",
{TS_CONFIG_HTTP_CACHE_OPEN_READ_RETRY_TIME, TS_RECORDDATATYPE_INT}},
- // Remove for 10. Leaving for now to keep enums consistent
+ // TODO: Remove for 10. Leaving for now to keep enums consistent
{"proxy.config.http.down_server.abort_threshold",
{TS_CONFIG_HTTP_DOWN_SERVER_ABORT_THRESHOLD, TS_RECORDDATATYPE_INT}},
{OutboundConnTrack::CONFIG_VAR_MATCH,
{TS_CONFIG_HTTP_PER_SERVER_CONNECTION_MATCH, TS_RECORDDATATYPE_INT}},
{"proxy.config.http.parent_proxy.fail_threshold",
{TS_CONFIG_HTTP_PARENT_PROXY_FAIL_THRESHOLD, TS_RECORDDATATYPE_INT}},