[
https://issues.apache.org/jira/browse/TS-3921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14804903#comment-14804903
]
ASF GitHub Bot commented on TS-3921:
------------------------------------
GitHub user masaori335 opened a pull request:
https://github.com/apache/trafficserver/pull/295
TS-3921: Fix MASKs of Frames
- [TS-3921](https://issues.apache.org/jira/browse/TS-3921)
- [TS-3827](https://issues.apache.org/jira/browse/TS-3827)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/masaori335/trafficserver ts-3921
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/295.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 #295
----
commit 0a6cd5f1b037026ac0d10c69a3c489b79236ddfc
Author: Masaori Koshiba <[email protected]>
Date: 2015-09-18T01:35:57Z
TS-3827: Cleanup Flags of Frames
commit ff5c424bc2c14c25750747d0b74b12fd2868b701
Author: Masaori Koshiba <[email protected]>
Date: 2015-09-18T01:37:05Z
TS-3921: Fix MASKs of Frames
----
> HTTP/2 send protocol error on invalid data frame
> ------------------------------------------------
>
> Key: TS-3921
> URL: https://issues.apache.org/jira/browse/TS-3921
> Project: Traffic Server
> Issue Type: Bug
> Components: HTTP/2
> Reporter: Bryan Call
> Assignee: Bryan Call
> Fix For: 6.1.0
>
>
> Data frames should have a none zero streamid.
> {code}
> (gdb) up
> #2 0x000000000063fe61 in Http2ClientSession::main_event_handler
> (this=0x2af8c0b28a00, event=100, edata=0x2af864f80848) at
> Http2ClientSession.cc:222
> 222 in Http2ClientSession.cc
> (gdb) p current_hdr
> $7 = {length = 0, type = 0 '\000', flags = 0 '\000', streamid = 0}
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)