GitHub user masaori335 opened a pull request:
https://github.com/apache/trafficserver/pull/1189
TS-4554: Add some limitations in Http2DependencyTree
- Set max depth of Http2DependencyTree
When the depth over the maximum, new node will be a children of root node.
- Limit number of Http2DependencyTree node
- Remove node from Http2DependencyTree when delete streams
(cherry picked from commit c71fa8c5e4c4c80217e7927752fd6febb5812ba7)
Conflicts:
proxy/http2/Http2ConnectionState.cc
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/masaori335/trafficserver 6.2.x_ts-4554
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/1189.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1189
----
commit 4b3711ff1628f263f6f1225fbb69e9bb0ca0002e
Author: Masaori Koshiba <[email protected]>
Date: 2016-07-28T11:06:09Z
TS-4554: Add some limitations in Http2DependencyTree
- Set max depth of Http2DependencyTree
When the depth over the maximum, new node will be a children of root node.
- Limit number of Http2DependencyTree node
- Remove node from Http2DependencyTree when delete streams
(cherry picked from commit c71fa8c5e4c4c80217e7927752fd6febb5812ba7)
Conflicts:
proxy/http2/Http2ConnectionState.cc
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---