Masaori Koshiba created TS-4219:
-----------------------------------
Summary: Intermittent HTTP/2 failure with h2spec (6.9.)
Key: TS-4219
URL: https://issues.apache.org/jira/browse/TS-4219
Project: Traffic Server
Issue Type: Bug
Components: HTTP/2
Reporter: Masaori Koshiba
Sometimes I see a test for 6.9. WINDOW_UPDATE in h2spec is failed.
- h2spec : v1.3.1
- ATS master (9c707a89d58f0b635cc3c2070025ba08161beec0)
{noformat}
6.9. WINDOW_UPDATE
× Sends a WINDOW_UPDATE frame with an flow control window increment of 0 on
a stream
- 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: DATA frame (Length: 3371, Flags: 1)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)