Details
Description
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.
Attachments
Issue Links
- is related to
-
THRIFT-792 TSocket hides underlying exceptions when open() fails
- Open