Masaori Koshiba created TS-3813:
-----------------------------------
Summary: Correct responses when half-closed stream receive frames
Key: TS-3813
URL: https://issues.apache.org/jira/browse/TS-3813
Project: Traffic Server
Issue Type: Bug
Components: HTTP/2
Reporter: Masaori Koshiba
[RFC 7540|https://httpwg.github.io/specs/rfc7540.html#StreamStates] says below
in 5.1. Stream States.
{quote}
half-closed (remote):
A stream that is "half-closed (remote)" is no longer being used by the peer to
send frames. In this state, an endpoint is no longer obligated to maintain a
receiver flow-control window.
If an endpoint receives additional frames, other than WINDOW_UPDATE, PRIORITY,
or RST_STREAM, for a stream that is in this state, it MUST respond with a
stream error (Section 5.4.2) of type STREAM_CLOSED.
{quote}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)