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

ASF GitHub Bot commented on TS-4321:
------------------------------------

Github user jpeach commented on a diff in the pull request:

    https://github.com/apache/trafficserver/pull/551#discussion_r58726540
  
    --- Diff: proxy/http2/HTTP2.cc ---
    @@ -498,25 +498,23 @@ http2_convert_header_from_2_to_1_1(HTTPHdr *headers)
       return PARSE_DONE;
     }
     
    -void
    -http2_convert_header_from_1_1_to_2(HTTPHdr *headers)
    +HTTPHdr *
    +http2_generate_h2_header_from_1_1(HTTPHdr *headers)
    --- End diff --
    
    Make ``headers`` since you are not changing it here.


> 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)

Reply via email to