[
https://issues.apache.org/jira/browse/THRIFT-4904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James E. King III reassigned THRIFT-4904:
-----------------------------------------
Assignee: James E. King III
> Python TSocket read() and write() allow low level exceptions to escape
> ----------------------------------------------------------------------
>
> Key: THRIFT-4904
> URL: https://issues.apache.org/jira/browse/THRIFT-4904
> Project: Thrift
> Issue Type: Bug
> Components: Python - Library
> Affects Versions: 0.12.0
> Reporter: James E. King III
> Assignee: James E. King III
> Priority: Major
>
> The calls to socket send() and recv() inside write() and read() were allowing
> exceptions to escape:
> - OSError
> - socket.error
> - ssl.Error
> These need to be captured and translated to an appropriate
> TTransportException.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)