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/03 00:45:30 UTC

git commit: Add TS-2657 to CHANGES

Repository: trafficserver
Updated Branches:
  refs/heads/master 7bac4a99c -> d964be32e


Add TS-2657 to CHANGES


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

Branch: refs/heads/master
Commit: d964be32e32e8d241a7ee26e92e2ab4a506fd0ad
Parents: 7bac4a9
Author: Leif Hedstrom <zw...@apache.org>
Authored: Wed Apr 2 16:45:23 2014 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Wed Apr 2 16:45:23 2014 -0600

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/d964be32/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index dada9ad..4e490df 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache Traffic Server 5.0.0
 
+  *) [TS-2657] Eliminate TSHttpTxnSetHttpRetBody() and improve upon
+   TSHttpTxnErrorBodySet(). This also reduces the size of the HttpSM by 25%.
+
   *) [TS-2589] Don't hold up the response until the server starts sending content.
    Author: Jack Bates <ja...@nottheoilrig.com>