You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by so...@apache.org on 2015/04/06 18:45:12 UTC

[2/6] trafficserver git commit: Added TS-3493

Added TS-3493

(cherry picked from commit ede0f007d9d6058da059c14e4807ef9e1e7e6b37)

Conflicts:
	CHANGES


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

Branch: refs/heads/5.3.x
Commit: 26fe75924b6e926115b6b043641c7e4adc1b7249
Parents: 2bac5ba
Author: Leif Hedstrom <zw...@apache.org>
Authored: Sun Apr 5 09:55:55 2015 -0600
Committer: Phil Sorber <so...@apache.org>
Committed: Mon Apr 6 10:27:31 2015 -0600

----------------------------------------------------------------------
 CHANGES | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/26fe7592/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 84c5670..29f8fd3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,11 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache Traffic Server 5.3.0
 
+  *) [TS-3493] Grow window sizes as part of HTTP session setup.
+   Author: Masakazu Kitajo <m4...@gmail.com>.
+
   *) [TS-3482] Fill the first SETTINGS frame correctly.
-   Author: Masakazu Kitajo <m4...@gmail.com>
+   Author: Masakazu Kitajo <m4...@gmail.com>.
 
   *) [TS-3479] Remove verbose Warning() from HTTP/2 connections.