Uploaded image for project: 'Traffic Server'
  1. Traffic Server
  2. TS-4324

Inefficient way of transferring data frames

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 7.0.0
    • HTTP/2
    • None

    Description

      ATS transfers data 8K - 9 bytes (http/2 header size) and then sends the 9 bytes is couldn't write in a new frame that only has 9 bytes. This also happens if you bump up the buffer size to 16K.

      [  1.036] recv DATA frame <length=8183, flags=0x00, stream_id=13>
      [  1.036] recv DATA frame <length=9, flags=0x00, stream_id=13>
      [  1.259] recv DATA frame <length=8183, flags=0x00, stream_id=13>
      [  1.259] recv DATA frame <length=9, flags=0x00, stream_id=13>
      [  1.259] recv DATA frame <length=8183, flags=0x00, stream_id=13>
      [  1.259] recv DATA frame <length=9, flags=0x00, stream_id=13>
      

      Attachments

        Activity

          People

            masaori Masaori Koshiba
            bcall Bryan Call
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: