[
https://issues.apache.org/jira/browse/TS-3801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14653867#comment-14653867
]
ASF subversion and git services commented on TS-3801:
-----------------------------------------------------
Commit 252eb213165e1e1064619ef990ed96de9751212f in trafficserver's branch
refs/heads/6.0.x from [~zwoop]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=252eb21 ]
Merge branch 'master' into 6.0.x
* master:
TS-3817: Assertion on non (HTTP/S WS/S) request scheme in debug mode
TS-3776: traffic_server failed assert s->current.server->had_connect_fail()
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
> Fix For: 6.0.0
>
>
> 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)