Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.11.0
-
None
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 #1251
commit 6351c2c112affbe4ca7677236605030e72ffa057
Author: Divya Thaluru <dthaluru@vmware.com>
Date: 2017-04-20T17:35:10Z
Added support for C++ Nonblocking SSL Server
Attachments
Issue Links
- causes
-
THRIFT-5705 C++ TSSLSocket accumulates receive retry counts across read() calls
- Open
-
THRIFT-4465 TNonblockingServer throwing THRIFT LOGGER: TConnection::workSocket(): THRIFT_EAGAIN (unavailable resources)
- Closed