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 2020/07/23 21:08:00 UTC

[trafficserver] branch 9.0.x updated: Fix code to eliminate warning and enable feature (#7031)

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

zwoop pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new f8fe9ea  Fix code to eliminate warning and enable feature (#7031)
f8fe9ea is described below

commit f8fe9ea8a0c2f3a3b7ba010c24e89f60a91f60b7
Author: Randy DuCharme <ra...@gmail.com>
AuthorDate: Thu Jul 23 15:47:27 2020 -0500

    Fix code to eliminate warning and enable feature (#7031)
    
    Signed-off-by: Randy DuCharme <ra...@gmail.com>
    (cherry picked from commit d945b42e18f1e74872f8968f186f60a061ca3964)
---
 mgmt/RecordsConfig.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mgmt/RecordsConfig.cc b/mgmt/RecordsConfig.cc
index 4a16063..69e7079 100644
--- a/mgmt/RecordsConfig.cc
+++ b/mgmt/RecordsConfig.cc
@@ -400,7 +400,7 @@ static const RecordElement RecordsConfig[] =
   ,
   {RECT_CONFIG, "proxy.config.net.max_connections_in", RECD_INT, "30000", RECU_DYNAMIC, RR_NULL, RECC_STR, "^[0-9]+$", RECA_NULL}
   ,
-  {RECT_CONFIG, "proxy.config.net.max_requests_active_in", RECD_INT, "0", RECU_DYNAMIC, RR_NULL, RECC_STR, "^[0-9]+$", RECA_NULL}
+  {RECT_CONFIG, "proxy.config.net.max_requests_in", RECD_INT, "0", RECU_DYNAMIC, RR_NULL, RECC_STR, "^[0-9]+$", RECA_NULL}
   ,
 
   //       ###########################