[
https://issues.apache.org/jira/browse/TS-4321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15227593#comment-15227593
]
Masakazu Kitajo commented on TS-4321:
-------------------------------------
TE header is removed by {{http2_convert_header_from_1_1_to_2()}} in
{{Http2ConnectionState::send_headers_frame()}}.
http2_convert_header_from_1_1_to_2 "converts" a HTTPHdr but it seems we can't
do that. I'm going to change it to "generate" a new HTTPHdr from a HTTPHdr
owned by a FetchSM.
It actually generates a new HTTPHdr internally and copy header fields one by
one, so the cost would not change.
> H2 truncates certain contents on master
> ---------------------------------------
>
> Key: TS-4321
> URL: https://issues.apache.org/jira/browse/TS-4321
> Project: Traffic Server
> Issue Type: Bug
> Components: HTTP/2
> Reporter: Leif Hedstrom
> Priority: Critical
> Labels: A, regression
> Fix For: 6.2.0
>
>
> This seems to be a regression, since it does not happen on 6.1.x. I haven't
> dug deeper into it, but in the case I found, ATS closes the stream after 2
> data frames (8k + a few bytes), where it really needs to send about 27KB.
> I've reverted my server to 6.1.x for now, but I'll see if I can find
> something to reproduce it on e.g. docs.trafficserver.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)