You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2016/07/04 18:17:14 UTC

[trafficserver] branch master updated: Remove unused proxy.config.ping.

This is an automated email from the ASF dual-hosted git repository.

jpeach pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  9cb8d85   Remove unused proxy.config.ping.
9cb8d85 is described below

commit 9cb8d85fd6d4031537046b3580d1dc84c658219b
Author: James Peach <jp...@apache.org>
AuthorDate: Mon Jul 4 10:38:04 2016 -0700

    Remove unused proxy.config.ping.
---
 lib/perl/lib/Apache/TS/AdminClient.pm | 2 --
 mgmt/RecordsConfig.cc                 | 4 ----
 2 files changed, 6 deletions(-)

diff --git a/lib/perl/lib/Apache/TS/AdminClient.pm b/lib/perl/lib/Apache/TS/AdminClient.pm
index 1409f30..c30096b 100644
--- a/lib/perl/lib/Apache/TS/AdminClient.pm
+++ b/lib/perl/lib/Apache/TS/AdminClient.pm
@@ -613,8 +613,6 @@ The Apache Traffic Server Administration Manual will explain what these strings
  proxy.config.net.sock_send_buffer_size_out
  proxy.config.net.defer_accept
  proxy.config.output.logfile
- proxy.config.ping.npacks_to_trans
- proxy.config.ping.timeout_sec
  proxy.config.plugin.plugin_dir
  proxy.config.process_manager.enable_mgmt_port
  proxy.config.process_manager.mgmt_port
diff --git a/mgmt/RecordsConfig.cc b/mgmt/RecordsConfig.cc
index 177d395..4eb7602 100644
--- a/mgmt/RecordsConfig.cc
+++ b/mgmt/RecordsConfig.cc
@@ -316,10 +316,6 @@ static const RecordElement RecordsConfig[] =
   ,
   {RECT_CONFIG, "proxy.config.vmap.down_up_timeout", RECD_INT, "10", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
   ,
-  {RECT_CONFIG, "proxy.config.ping.npacks_to_trans", RECD_INT, "5", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
-  ,
-  {RECT_CONFIG, "proxy.config.ping.timeout_sec", RECD_INT, "1", RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
-  ,
 
   //##############################################################################
   //#

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].