[
https://issues.apache.org/jira/browse/THRIFT-4539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16422180#comment-16422180
]
ASF GitHub Bot commented on THRIFT-4539:
----------------------------------------
Github user Jens-G closed the pull request at:
https://github.com/apache/thrift/pull/1529
> 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)