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 2013/04/23 23:33:15 UTC

[jira] [Commented] (TS-1847) Broken IOBuf handling of headers >4Kb

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

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

Commit 10b3e1cff6e40725562a80b39b6d52bede104616 in branch refs/heads/master from niq <ni...@apache.org>
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=10b3e1c ]

TS-1847: Don't trash buffer in MIOBuffer::fill

                
> Broken IOBuf handling of headers >4Kb
> -------------------------------------
>
>                 Key: TS-1847
>                 URL: https://issues.apache.org/jira/browse/TS-1847
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>            Reporter: Nick Kew
>            Assignee: Nick Kew
>
> Observed symptom described at http://mail-archives.apache.org/mod_mbox/trafficserver-dev/201304.mbox/browser
> TSHttpHdrPrint fails with header buffer in excess of 4k.
> Specifically, when the do { } loop at lines 3603-3617 of InkAPI.cc executes more than once, data read in all but the last iteration are lost.
> Diagnosis: MIOBuffer::fill is trashing the buffer by moving _writer to the last buffer in the list!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira