Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-2985

TFramedTransport should handle writing data larger than the max frame size

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Do
    • 0.9.2
    • 0.13.0
    • Cocoa - Library
    • None

    Description

      TFramedTransport frames its messages with a 32-bit unsigned integer in network byte order. It writes only when -flush is called.

      However, it can buffer an unlimited amount of data prior to flush being called, and on 64-bit platforms, it can be requested to buffer more than UINT32_MAX in a single write call.

      It should handle breaking a single large buffer into several framed buffers for writing during flush.

      Attachments

        Activity

          People

            jking3 James E. King III
            jeremyw.sherman Jeremy W. Sherman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: