You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/11/20 01:43:11 UTC

[jira] [Commented] (TS-3963) Response headers are not completely transferred when over 4KB

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

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

Commit 13190b9e5f7660c759a9b08b74f1333a9290055c in trafficserver's branch refs/heads/6.0.x from [~bcall]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=13190b9 ]

TS-3963: Response headers are not completely transferred

(cherry picked from commit 713121065c8a6bcccc6fb6e51d49017a4daff8e5)


> Response headers are not completely transferred when over 4KB
> -------------------------------------------------------------
>
>                 Key: TS-3963
>                 URL: https://issues.apache.org/jira/browse/TS-3963
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: HTTP/2
>            Reporter: Masakazu Kitajo
>            Assignee: Bryan Call
>              Labels: yahoo
>             Fix For: 6.1.0
>
>         Attachments: ts-3963.diff
>
>
> TS loses one response header (one pair of header name and its value) per requiring a CONTINUATION frame.
> You can see the behavior by sending many response headers from an origin server. It happens when the total size of the headers is over 4KB.
> It seems that field_iter in http2_write_header_fragment() incorrectly steps forward.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)