You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by br...@apache.org on 2014/03/25 18:56:57 UTC

[1/2] git commit: [TS-2662] Re-enable KEEP_ALIVE_POST_OUT by default. This closes #66

Repository: trafficserver
Updated Branches:
  refs/heads/master 8dd20f5b6 -> 7b82da6d4


[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/master
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}
   ,


[2/2] git commit: [TS-2662] Re-enable KEEP_ALIVE_POST_OUT by default.

Posted by br...@apache.org.
[TS-2662] Re-enable KEEP_ALIVE_POST_OUT by default.


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

Branch: refs/heads/master
Commit: 7b82da6d48e42989426546be0b1ead0b05f1141d
Parents: f6a1cd7
Author: Brian Geffon <br...@apache.org>
Authored: Tue Mar 25 10:56:52 2014 -0700
Committer: Brian Geffon <br...@apache.org>
Committed: Tue Mar 25 10:56:52 2014 -0700

----------------------------------------------------------------------
 CHANGES | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/7b82da6d/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 0f20b07..e675d47 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache Traffic Server 5.0.0
+ 
+  *) [TS-2662] Re-enable KEEP_ALIVE_POST_OUT by default
 
   *) [TS-2661] Remove unused HttpSM::decided_cached_url.