You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King III (JIRA)" <ji...@apache.org> on 2018/12/27 15:25:10 UTC

[jira] [Closed] (THRIFT-4539) Allow TBufferedTransport to be used as base class

     [ https://issues.apache.org/jira/browse/THRIFT-4539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James E. King III closed THRIFT-4539.
-------------------------------------

> Allow TBufferedTransport to be used as base class
> -------------------------------------------------
>
>                 Key: THRIFT-4539
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4539
>             Project: Thrift
>          Issue Type: Improvement
>          Components: C# - Library
>            Reporter: Jens Geyer
>            Assignee: Jens Geyer
>            Priority: Major
>             Fix For: 0.12.0
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)