[
https://issues.apache.org/jira/browse/THRIFT-3938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15862650#comment-15862650
]
ASF GitHub Bot commented on THRIFT-3938:
----------------------------------------
GitHub user nsuke reopened a pull request:
https://github.com/apache/thrift/pull/1100
THRIFT-3938 Python TNonblockingServer does not work with SSL
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nsuke/thrift THRIFT-3938
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1100.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 #1100
----
commit 69a3eadf4dcae833d0a00d65fc8d92480b9c61ad
Author: Nobuaki Sukegawa <[email protected]>
Date: 2016-09-28T18:27:10Z
THRIFT-3938 Python TNonblockingServer does not work with SSL
----
> Python TNonblockingServer does not work with SSL
> ------------------------------------------------
>
> Key: THRIFT-3938
> URL: https://issues.apache.org/jira/browse/THRIFT-3938
> Project: Thrift
> Issue Type: Bug
> Components: Python - Library
> Reporter: Aki Sukegawa
> Assignee: Aki Sukegawa
>
> Not exhausting socket read buffer and selecting for remaining data does not
> work for SSL sockets as it's often already consumed by underlying SSL buffer
> and does not yield another readable event.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)