[
https://issues.apache.org/jira/browse/TS-3986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15031499#comment-15031499
]
ASF GitHub Bot commented on TS-3986:
------------------------------------
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 <[email protected]>
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
----
> Restore validations for flags of HTTP/2 Frame
> ---------------------------------------------
>
> Key: TS-3986
> URL: https://issues.apache.org/jira/browse/TS-3986
> Project: Traffic Server
> Issue Type: Improvement
> Components: HTTP/2
> Reporter: Masaori Koshiba
> Assignee: Masaori Koshiba
> Fix For: 6.0.1
>
>
> In TS-3921, validations for flags of HTTP/2 Frame are commented out
> temporally.
> The root causes, wrong masks of frame flags, are fixed now.
> So restore the validations.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)