[
https://issues.apache.org/jira/browse/TS-3801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14651511#comment-14651511
]
ASF GitHub Bot commented on TS-3801:
------------------------------------
GitHub user masaori335 opened a pull request:
https://github.com/apache/trafficserver/pull/269
TS-3801: Add error handling when stream is CLOSED
- Fix [TS-3801](https://issues.apache.org/jira/browse/TS-3801)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/masaori335/trafficserver ts-3801
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/269.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #269
----
commit 2a2b590e2631529c3cc34d26c4b40decb155eacc
Author: Masaori Koshiba <[email protected]>
Date: 2015-07-27T08:18:53Z
TS-3801: Add error handling when stream is CLOSED
----
> Correct responses when CLOSED stream receive frames.
> ----------------------------------------------------
>
> Key: TS-3801
> URL: https://issues.apache.org/jira/browse/TS-3801
> Project: Traffic Server
> Issue Type: Bug
> Components: HTTP/2
> Reporter: Masaori Koshiba
> Assignee: Masaori Koshiba
>
> RFC 7540 says below in 5.1. Stream States.
> {quote}
> Similarly, an endpoint that receives any frames after receiving a frame with
> the END_STREAM flag set MUST treat that as a connection error (Section 5.4.1)
> of type STREAM_CLOSED, unless the frame is permitted as described below.
> WINDOW_UPDATE or RST_STREAM frames can be received in this state for a short
> period after a DATA or HEADERS frame containing an END_STREAM flag is sent.
> {quote}
> But ATS dosen't return {{STREAM_CLOSED}} when ATS receives {{DATA}},
> {{HEADERS}} and {{CONTINUATION}} frames.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)