Nick Kew created TS-1847:
----------------------------

             Summary: 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


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

Reply via email to