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/04/20 21:20:57 UTC

[40/50] [abbrv] git commit: [TS-2662] Re-enable KEEP_ALIVE_POST_OUT by default. This closes #66

[TS-2662] Re-enable KEEP_ALIVE_POST_OUT by default. This closes #66


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

Branch: refs/heads/lua_config
Commit: f6a1cd7c3e04fa5e680a1731c1cb83c5ccaf5d23
Parents: 8dd20f5
Author: Brian Geffon <br...@apache.org>
Authored: Tue Mar 25 10:56:32 2014 -0700
Committer: Brian Geffon <br...@apache.org>
Committed: Tue Mar 25 10:56:32 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f6a1cd7c/mgmt/RecordsConfig.cc
----------------------------------------------------------------------
diff --git a/mgmt/RecordsConfig.cc b/mgmt/RecordsConfig.cc
index e98e70a..3621399 100644
--- a/mgmt/RecordsConfig.cc
+++ b/mgmt/RecordsConfig.cc
@@ -404,7 +404,7 @@ RecordElement RecordsConfig[] = {
   ,
   {RECT_CONFIG, "proxy.config.http.keep_alive_enabled_out", RECD_INT, "1", RECU_DYNAMIC, RR_NULL, RECC_NULL, NULL, RECA_NULL}
   ,
-  {RECT_CONFIG, "proxy.config.http.keep_alive_post_out", RECD_INT, "0", RECU_DYNAMIC, RR_NULL, RECC_NULL, NULL, RECA_NULL}
+  {RECT_CONFIG, "proxy.config.http.keep_alive_post_out", RECD_INT, "1", RECU_DYNAMIC, RR_NULL, RECC_NULL, NULL, RECA_NULL}
   ,
   {RECT_CONFIG, "proxy.config.http.chunking_enabled", RECD_INT, "1", RECU_DYNAMIC, RR_NULL, RECC_NULL, NULL, RECA_NULL}
   ,