You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Masaori Koshiba (JIRA)" <ji...@apache.org> on 2016/02/22 02:34:18 UTC

[jira] [Commented] (TS-3947) Intermittent HTTP/2 failure with h2spec

    [ https://issues.apache.org/jira/browse/TS-3947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15156355#comment-15156355 ] 

Masaori Koshiba commented on TS-3947:
-------------------------------------

I saw this error with h2spec v1.3.1 intermittently too.
{noformat}
6.9.1. The Flow Control Window
      × Sends multiple WINDOW_UPDATE frames on a stream increasing the flow control window to above 2^31-1
        - The endpoint MUST send a RST_STREAM with the error code of FLOW_CONTROL_ERROR code.
          Expected: RST_STREAM frame (ErrorCode: FLOW_CONTROL_ERROR)
                    GOAWAY frame (ErrorCode: FLOW_CONTROL_ERROR)
            Actual: DATA frame (Length: 3371, Flags: 1)
{noformat}

> Intermittent HTTP/2 failure with h2spec
> ---------------------------------------
>
>                 Key: TS-3947
>                 URL: https://issues.apache.org/jira/browse/TS-3947
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: HTTP/2
>            Reporter: Leif Hedstrom
>             Fix For: 6.2.0
>
>
> I see this once in a while (not frequently)
> {code}
>     6.9.1. The Flow Control Window
>       ✓ Sends multiple WINDOW_UPDATE frames on a connection increasing the flow control window to above 2^31-1
>       × Sends multiple WINDOW_UPDATE frames on a stream increasing the flow control window to above 2^31-1
>         - The endpoint MUST sends a RST_STREAM with the error code of FLOW_CONTROL_ERROR code.
>           Expected: RST_STREAM frame (ErrorCode: FLOW_CONTROL_ERROR)
>             Actual: DATA frame (Length: 257, Flags: 1)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)