[
https://issues.apache.org/jira/browse/THRIFT-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14223634#comment-14223634
]
Hudson commented on THRIFT-2852:
--------------------------------
SUCCESS: Integrated in Thrift #1370 (See
[https://builds.apache.org/job/Thrift/1370/])
THRIFT-2852 Better Open/IsOpen/Close behavior for StreamTransport. (jensg: rev
cb0afcc0353af24b111dc000a98915580768c8bb)
* lib/go/thrift/iostream_transport.go
* lib/go/thrift/iostream_transport_test.go
> Better Open/IsOpen/Close behavior for StreamTransport.
> ------------------------------------------------------
>
> Key: THRIFT-2852
> URL: https://issues.apache.org/jira/browse/THRIFT-2852
> Project: Thrift
> Issue Type: Bug
> Components: Go - Library
> Affects Versions: 0.9.2
> Reporter: Chi Vinh Le
> Assignee: Jens Geyer
> Fix For: 0.9.3
>
>
> I use StreamTransport a lot to test functionality locally that otherwise uses
> a Socket transport. Current implementation of IsOpen returns always true,
> even though after a close, the whole transport is not usable.
> The following PR implements IsOpen, Open and Close that reflects the internal
> state and behaves more similar to other transports like TSocket.
> https://github.com/apache/thrift/pull/285
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)