[
https://issues.apache.org/jira/browse/THRIFT-3634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15146535#comment-15146535
]
ASF GitHub Bot commented on THRIFT-3634:
----------------------------------------
GitHub user nsuke opened a pull request:
https://github.com/apache/thrift/pull/867
THRIFT-3634 Fix Python TSocket resource leak on connection failure
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nsuke/thrift THRIFT-3634
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/867.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #867
----
commit 1b68f0ba466d58466d0cdabcc4d4edc18e399e63
Author: Nobuaki Sukegawa <[email protected]>
Date: 2016-02-14T13:04:38Z
THRIFT-3634 Fix Python TSocket resource leak on connection failure
----
> Fix Python TSocket resource leak on connection failure
> ------------------------------------------------------
>
> Key: THRIFT-3634
> URL: https://issues.apache.org/jira/browse/THRIFT-3634
> Project: Thrift
> Issue Type: Bug
> Components: Python - Library
> Reporter: Aki Sukegawa
> Assignee: Aki Sukegawa
>
> Same as THRIFT-3615.
> It turned out that the problematic part of TSSLSocket originated from TSocket.
> I took this opportunity to remove the duplicate code.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)