This is an automated email from the ASF dual-hosted git repository.
kpumuk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 9c7c8e6e9 Allow CI to fail on ruby-head
add 7a3e7bd15 THRIFT-6021: Make C++ HTTP client work with oneway requests
No new revisions were added by this update.
Summary of changes:
.../cpp/src/thrift/generate/t_cpp_generator.cc | 11 +++-
lib/cpp/src/thrift/transport/TBufferTransports.h | 4 ++
lib/cpp/src/thrift/transport/THeaderTransport.h | 2 +
lib/cpp/src/thrift/transport/THttpClient.cpp | 73 +++++++++++++++++++++-
lib/cpp/src/thrift/transport/THttpClient.h | 8 +++
lib/cpp/src/thrift/transport/THttpServer.cpp | 4 ++
lib/cpp/src/thrift/transport/THttpServer.h | 2 +
lib/cpp/src/thrift/transport/TTransport.h | 10 +++
lib/cpp/src/thrift/transport/TZlibTransport.h | 2 +
lib/cpp/test/OneWayHTTPTest.cpp | 50 +++++++++++++++
test/known_failures_Linux.json | 29 ---------
11 files changed, 161 insertions(+), 34 deletions(-)