Re: Python TSocket.py issue

2013-07-08 Thread Stephen Briney
Thanks, I have opened the jira ticket THRIFT-2085 for this issues. Steve On 5 July 2013 16:51, Carl Yeksigian wrote: > Opening a JIRA ticket and submitting the patch to that ticket is the best > way to get this issue resolved. Please see > ht

Re: Python TSocket.py issue

2013-07-05 Thread Carl Yeksigian
Opening a JIRA ticket and submitting the patch to that ticket is the best way to get this issue resolved. Please see http://thrift.apache.org/docs/HowToContribute/ for more information about how to contribute. Thanks, Carl On Fri, Jul 5, 2013 at 5:10 AM, Stephen Briney wrote: > Hi, > > We have

Python TSocket.py issue

2013-07-05 Thread Stephen Briney
Hi, We have been using the python thrift lib and I noticed some strange behaviour: - If i call: - transport = TTransport.TBufferedTransport(self.socket) transport.open() transport.isOpen() The isOpen() will return true, even if the connection failed. I have traced the problem down to class T