TSocket doesn't handle socket.error on recv() & send() ------------------------------------------------------
Key: THRIFT-794 URL: https://issues.apache.org/jira/browse/THRIFT-794 Project: Thrift Issue Type: Bug Components: Library (Python) Affects Versions: 0.2 Environment: Linux & Python 2.6 Reporter: tholzer Priority: Minor Inside TSocket, the read() & write() methods call send() & recv() respectively. These methods can throw a number of Exceptions which need to be translated into a TTransportException with the original Exception information intact. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.