You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Randy Abernethy (JIRA)" <ji...@apache.org> on 2017/08/06 22:24:00 UTC

[jira] [Updated] (THRIFT-4276) Add SSL support to the C++ Nonblocking Server

     [ https://issues.apache.org/jira/browse/THRIFT-4276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Randy Abernethy updated THRIFT-4276:
------------------------------------
    Description: 
This patch adds SSL support to the C++ noblocking server and cleans up some of its monolithic integrated transport, moving to a more flexible and typical Apache Thrift Transport model.

Many thanks to Divya and James for the work on this


GitHub user dthaluru opened a pull request:

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

    Added support for C++ Nonblocking SSL Server

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

    $ git pull https://github.com/dthaluru/cpp-nonblocking1 master

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

    https://github.com/apache/thrift/pull/1251.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 #89
    
----
commit 6351c2c112affbe4ca7677236605030e72ffa057
Author: Divya Thaluru <dt...@vmware.com>
Date:   2017-04-20T17:35:10Z

    Added support for C++ Nonblocking SSL Server

----




  was:
This patch adds SSL support to the C++ noblocking server and cleans up some of its monolithic integrated transport, moving to a more flexible and typical Apache Thrift Transport model.

Many thanks to Divya and James for the work on this

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


> Add SSL support to the C++ Nonblocking Server
> ---------------------------------------------
>
>                 Key: THRIFT-4276
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4276
>             Project: Thrift
>          Issue Type: Improvement
>          Components: C++ - Library
>    Affects Versions: 0.11.0
>            Reporter: Randy Abernethy
>            Assignee: Randy Abernethy
>            Priority: Minor
>
> This patch adds SSL support to the C++ noblocking server and cleans up some of its monolithic integrated transport, moving to a more flexible and typical Apache Thrift Transport model.
> Many thanks to Divya and James for the work on this
> GitHub user dthaluru opened a pull request:
>     https://github.com/apache/thrift/pull/1251
>     Added support for C++ Nonblocking SSL Server
> You can merge this pull request into a Git repository by running:
>     $ git pull https://github.com/dthaluru/cpp-nonblocking1 master
> Alternatively you can review and apply these changes as the patch at:
>     https://github.com/apache/thrift/pull/1251.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 #89
>     
> ----
> commit 6351c2c112affbe4ca7677236605030e72ffa057
> Author: Divya Thaluru <dt...@vmware.com>
> Date:   2017-04-20T17:35:10Z
>     Added support for C++ Nonblocking SSL Server
> ----



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)