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:41:18 UTC

[jira] [Created] (TS-4218) Intermittent HTTP/2 failure with h2spec (8.1.)

Masaori Koshiba created TS-4218:
-----------------------------------

             Summary: Intermittent HTTP/2 failure with h2spec (8.1.)
                 Key: TS-4218
                 URL: https://issues.apache.org/jira/browse/TS-4218
             Project: Traffic Server
          Issue Type: Bug
          Components: P/2, HTTP/2
            Reporter: Masaori Koshiba


Sometimes I see a test for {{8.1. HTTP Request/Response Exchange}} in h2spec is failed.

- h2spec : v1.3.1
- ATS master (9c707a89d58f0b635cc3c2070025ba08161beec0)

{noformat}
  8.1. HTTP Request/Response Exchange
    × Sends a second HEADERS frame without the END_STREAM flag
      - The endpoint MUST respond with a stream error of type PROTOCOL_ERROR.
        Expected: GOAWAY frame (ErrorCode: PROTOCOL_ERROR)
                  RST_STREAM frame (ErrorCode: PROTOCOL_ERROR)
                  Connection close
          Actual: RST_STREAM frame (Length: 4, Flags: 0, ErrorCode: STREAM_CLOSED)
{noformat}



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