[ 
https://issues.apache.org/jira/browse/TS-3799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14658379#comment-14658379
 ] 

ASF subversion and git services commented on TS-3799:
-----------------------------------------------------

Commit 7d63eae284d3bbc705d897639957b618fa5ce1b4 in trafficserver's branch 
refs/heads/master from [~maskit]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=7d63eae ]

TS-3799: Fix handling of padding in DATA frames


> 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
>    Affects Versions: 5.3.0, 6.0.0
>            Reporter: Masakazu Kitajo
>            Assignee: Masaori Koshiba
>              Labels: review
>             Fix For: 6.0.0
>
>
> 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)

Reply via email to