[
https://issues.apache.org/jira/browse/THRIFT-4540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16423174#comment-16423174
]
ASF GitHub Bot commented on THRIFT-4540:
----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/thrift/pull/1530
> buffered transport broken when trying to re-open a formerly closed transport
> ----------------------------------------------------------------------------
>
> Key: THRIFT-4540
> URL: https://issues.apache.org/jira/browse/THRIFT-4540
> Project: Thrift
> Issue Type: Bug
> Components: Delphi - Library
> Reporter: Jens Geyer
> Assignee: Jens Geyer
> Priority: Major
>
> TBufferedTransportImpl does not properly set and clear all member vars, which
> leads to all kinds of strange errors after reopening a formerly closed
> stream. Root cause is that {{InitBuffers}} must be called when {{Open}}-ing
> the transport again to get the internal interface pointers aligned again. If
> this is not done, any read/write may either fail straight away, or may
> produce errors that indicate an invalid underlying transport.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)