Masakazu Kitajo created TS-3497:
-----------------------------------
Summary: 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: Bug
Components: HTTP/2
Reporter: Masakazu Kitajo
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)