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/05 04:19:05 UTC

[2/2] git commit: Add TS-2656 to CHANGE, and minor indentation fixes.

Add TS-2656 to CHANGE, and minor indentation fixes.


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

Branch: refs/heads/master
Commit: b72ecb1a9025e6285ba19f750e168343268c8842
Parents: 23d1622
Author: Leif Hedstrom <zw...@apache.org>
Authored: Fri Apr 4 20:18:53 2014 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Fri Apr 4 20:18:53 2014 -0600

----------------------------------------------------------------------
 CHANGES | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/b72ecb1a/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index e9bb123..4a02168 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,14 +1,17 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache Traffic Server 5.0.0
 
+  *) [TS-2656 Determine server connection scheme immediately before
+   connecting. Author: Ron Barber <rw...@gmail.com>
+
   *) [TS-2578] Close the client connection when you close TransformTerminus.
    Author: Jack Bates <ja...@nottheoilrig.com>
 
   *) [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>
+  *) [TS-2589] Don't hold up the response until the server starts sending
+   content. Author: Jack Bates <ja...@nottheoilrig.com>
 
   *) [TS-2687] Support for MIPS paltform.
    Author: Dejan Latinovic <De...@rt-rk.com> 
@@ -27,9 +30,10 @@ Changes with Apache Traffic Server 5.0.0
 
   *) [TS-2674] Remove debug printf() from traffic_top.
 
-  *) [TS-2652] atscppapi: Providing a cancel() in asyncproviders 
+  *) [TS-2652] atscppapi: Providing a cancel() in asyncproviders .
   
-  *) [TS-2667] atscppapi: Allow intercept plugins to access request headers object
+  *) [TS-2667] atscppapi: Allow intercept plugins to access request headers
+   object.
 
   *) [TS-2672] TSMimeHdrFieldDestroy should not assert on removed fields.