[
https://issues.apache.org/jira/browse/TS-4321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15234632#comment-15234632
]
ASF GitHub Bot commented on TS-4321:
------------------------------------
Github user maskit commented on the pull request:
https://github.com/apache/trafficserver/pull/551#issuecomment-208206647
@jpeach I added a parameter to ``http2_generate_h2_header_from_1_1()`` to
pass a ``HTTPHdr`` declared in ``send_headers_frame()`` instead of creating it
with ``new`` in ``http2_generate_h2_header_from_1_1()``. Do I understand
correctly?
I tried to write a test with tsqa but I haven't understood the test
framework yet and some tests fail on my box. The test we need here is just send
a request with HTTP/2, return a chunked response from an origin server, and
then check the response body size. Could you help me out?
I think we should probably land this fix first without the regression test,
because it's a 6.2.0 blocker.
> 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
> Assignee: Masakazu Kitajo
> 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)