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.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---