GitHub user masaori335 opened a pull request: https://github.com/apache/trafficserver/pull/354
TS-3986: Cleanup code related to HTTP/2 frame flags validation [TS-3986](https://issues.apache.org/jira/browse/TS-3986) Separate Pull-Request from #353 to easy to review. 1. Rename http2_are_frame_flags_valid to http2_frame_flags_are_valid 2. Move list of masks to HTTP2.h from HTTP2.cc You can merge this pull request into a Git repository by running: $ git pull https://github.com/masaori335/trafficserver TS-3986_cleanup Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/354.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 #354 ---- commit 734d1becea03a0dbb2eee2a5b259a50a15307024 Author: Masaori Koshiba <mkosh...@yahoo-corp.jp> Date: 2015-11-24T07:33:35Z TS-3986: Cleanup code related to HTTP/2 frame flags validation 1. Rename http2_are_frame_flags_valid to http2_frame_flags_are_valid 2. Move list of masks to HTTP2.h from HTTP2.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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---