[
https://issues.apache.org/jira/browse/TS-3497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14658442#comment-14658442
]
ASF subversion and git services commented on TS-3497:
-----------------------------------------------------
Commit 0fc4dcdea9449929c440e54d301144edefbb721f in trafficserver's branch
refs/heads/master from [~maskit]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=0fc4dcd ]
TS-3497: Define Http2Error to classify errors
This closes #267
> Malformed requests must be treated as a stream error
> ----------------------------------------------------
>
> Key: TS-3497
> URL: https://issues.apache.org/jira/browse/TS-3497
> Project: Traffic Server
> Issue Type: Improvement
> Components: HTTP/2
> Reporter: Masakazu Kitajo
> Assignee: Masakazu Kitajo
> Fix For: 6.0.0
>
>
> Malformed requests must be treated as a stream error, but currently it's
> treated as a connection error.
> {quote}
> Malformed requests or responses that are detected MUST be treated as a stream
> error (Section 5.4.2) of type PROTOCOL_ERROR.
> {quote}
> https://tools.ietf.org/html/draft-ietf-httpbis-http2-17#section-8.1.2.6
> I found this behavior with these requests:
> - Uppercase header field names
> - Empty :path header
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)