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

Allow TBufferedTransport to be used as base class

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.12.0
    • C# - Library
    • None
    • Patch Available

    Description

      In the current form, TBufferedTransport cannot be used as base class, because there is a potential endless recusrion when public override int Read(byte[] buf, int off, int len) is overridden, because the inner function may call the outer again in an unexpected way.

      Attachments

        Issue Links

          Activity

            People

              jensg Jens Geyer
              jensg Jens Geyer
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: