You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (JIRA)" <ji...@apache.org> on 2018/04/02 12:15:00 UTC

[jira] [Resolved] (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 ]

Jens Geyer resolved THRIFT-4539.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 0.12.0

Committed 99daecdd1d104effcc773f3f4d438f71c82db48a

> 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)