GitHub user masaori335 opened a pull request: https://github.com/apache/trafficserver/pull/632
TS-3535: Experimental Support of HTTP/2 Stream Priority feature This is an experimental support of HTTP/2 Stream Priority feature. - Add a option to enable this feature ( disabled in default ). `proxy.config.http2.stream_priority_enabled` - Parse priority parameters of HEADERS and PRIORITY frame correctly. - Add Http2DependencyTree and tests using `lib/ts/PriorityQueue.h`. - Create a dependency tree when clients send HEADERS frame with priority parameters or PRIORITY frame. - Separate `Http2ConnectionState::send_data_frame()` into `Http2ConnectionState::send_a_data_frame()` and `Http2ConnectionState::send_data_frames()`. - Schedule DATA frames using the WFQ algorithm. You can merge this pull request into a Git repository by running: $ git pull https://github.com/masaori335/trafficserver ts-3535 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/632.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 #632 ---- commit 7e9902dc3f0f069ba37a8ced39e77e62d7904a23 Author: Masaori Koshiba <masa...@apache.org> Date: 2016-02-12T07:07:10Z TS-3535: Experimental Support of HTTP/2 Stream Priority feature This is an experimental support of HTTP/2 Stream Priority feature. - Add a option to enable this feature ( disabled in default ). `proxy.config.http2.stream_priority_enabled` - Parse priority parameters of HEADERS and PRIORITY frame correctly. - Add Http2DependencyTree and tests using `lib/ts/PriorityQueue.h`. - Create a dependency tree when clients send HEADERS frame with priority parameters or PRIORITY frame. - Separate `Http2ConnectionState::send_data_frame()` into `Http2ConnectionState::send_a_data_frame()` and `Http2ConnectionState::send_data_frames()`. - Schedule DATA frames using the WFQ algorithm. ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---