[
https://issues.apache.org/jira/browse/TS-3921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15014861#comment-15014861
]
ASF subversion and git services commented on TS-3921:
-----------------------------------------------------
Commit 6637dbac8c8fe37713a838204fb8c160199b7c83 in trafficserver's branch
refs/heads/6.0.x from [~bcall]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=6637dba ]
TS-3921: HTTP/2 send protocol error on invalid data frame
Need to return 0 after sending goaway
(cherry picked from commit f55fdf1c639f83208d5cca6f4f2595e4588f2c9d)
> 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)