You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/01/23 16:30:39 UTC

[jira] [Commented] (THRIFT-3420) C++: TSSLSockets are not interruptable

    [ https://issues.apache.org/jira/browse/THRIFT-3420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15113790#comment-15113790 ] 

ASF GitHub Bot commented on THRIFT-3420:
----------------------------------------

GitHub user nsuke opened a pull request:

    https://github.com/apache/thrift/pull/815

    THRIFT-3420 C++: TSSLSockets are not interruptable

    Fix typo that prevented retrying on EAGAIN etc.
    
    Thanks @jeking3 for pointing this out.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nsuke/thrift THRIFT-3420

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/815.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 #815
    
----
commit bc896a1d73133becf48e37d1bda7b3929a935026
Author: Nobuaki Sukegawa <ns...@apache.org>
Date:   2016-01-23T15:27:08Z

    THRIFT-3420 C++: TSSLSockets are not interruptable
    
    Fix typo that prevented retrying on EAGAIN etc.

----


> C++: TSSLSockets are not interruptable
> --------------------------------------
>
>                 Key: THRIFT-3420
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3420
>             Project: Thrift
>          Issue Type: Bug
>          Components: C++ - Library
>    Affects Versions: 0.9.3, 0.9.4, 1.0, 1.1, 1.2
>            Reporter: Martin Haimberger
>             Fix For: 1.0
>
>
> TSSLSockets are not interruptable.
> Therefore if used as transport in any server implementation, the server cannot shutdown if any SSL client is connected.
> Pullrequest on github will follow.
> Pull is https://github.com/apache/thrift/pull/690



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)