Masakazu Kitajo created TS-3799:
-----------------------------------
Summary: Padded DATA frames lead to PROTOCOL_ERROR
Key: TS-3799
URL: https://issues.apache.org/jira/browse/TS-3799
Project: Traffic Server
Issue Type: Bug
Components: HTTP/2
Reporter: Masakazu Kitajo
Padded DATA frames lead to PROTOCOL_ERROR because of wrong data size
calculation.
https://github.com/apache/trafficserver/blob/6.0.x/proxy/http2/Http2ConnectionState.cc#L88
The size should be sum of real data sizes without padding but not payload sizes.
How to reproduce:
{noformat}
$ nghttp -v --padding=123 -d foo http://localhost:8080/
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)