This is an automated email from the ASF dual-hosted git repository.
Jens-G pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 6b42e7fd0 THRIFT-5566: Migrate Java tutorial from Ant to Gradle
Client: java, tutorial
add 733f40fc2 THRIFT-6242: Honour the transport configuration in the C++
TNonblockingServer Client: cpp
No new revisions were added by this update.
Summary of changes:
lib/cpp/src/thrift/TConfiguration.h | 8 +--
lib/cpp/src/thrift/server/TNonblockingServer.cpp | 16 +++++
lib/cpp/src/thrift/server/TNonblockingServer.h | 38 ++++++++--
.../thrift/transport/TNonblockingServerTransport.h | 17 +++++
lib/cpp/src/thrift/transport/TTransport.h | 10 ++-
lib/cpp/test/TNonblockingServerTest.cpp | 81 ++++++++++++++++++++++
6 files changed, 159 insertions(+), 11 deletions(-)