You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Bryan Call (JIRA)" <ji...@apache.org> on 2015/09/17 21:04:05 UTC

[jira] [Created] (TS-3921) HTT/2 send protocol error on invalid data frame

Bryan Call created TS-3921:
------------------------------

             Summary: HTT/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


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)