You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2013/11/04 23:17:25 UTC

git commit: Fix CHANGES for previous patches.

Updated Branches:
  refs/heads/master ba3f6c85b -> 09fcb8da4


Fix CHANGES for previous patches.


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

Branch: refs/heads/master
Commit: 09fcb8da47a7169d9c33846582d6ec5c3a214d3d
Parents: ba3f6c8
Author: Alan M. Carroll <am...@network-geographics.com>
Authored: Mon Nov 4 16:17:07 2013 -0600
Committer: Alan M. Carroll <am...@network-geographics.com>
Committed: Mon Nov 4 16:17:07 2013 -0600

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/09fcb8da/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index e796a5d..44de0a2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache Traffic Server 4.1.0
 
+  *) [TS-2178] Force keep alive off if re-using client 4-tuple and server is not keep alive.
+
+  *) [TS-2264] Fixed problem with EADDR_NOTAVAIL handling.
 
   *) [TS-2317] Read/write mutex of PluginVC may be held without release.
    Author: portl4t.cn@gmail.com