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 c6f6b484a THRIFT-6075: Generate Equal method for Delphi Thrift structs
(#3612)
add 0187cf606 Propagate TConfiguration through standard transport factory
wrappers Client: cpp
add 6351cd5a0 Validate the THeader transform count against the configured
message size Client: go
No new revisions were added by this update.
Summary of changes:
lib/cpp/src/thrift/transport/TBufferTransports.h | 4 +-
lib/cpp/src/thrift/transport/THeaderTransport.h | 2 +-
lib/cpp/src/thrift/transport/THttpServer.h | 2 +-
lib/cpp/src/thrift/transport/TTransportUtils.h | 4 +-
lib/cpp/src/thrift/transport/TWebSocketServer.h | 4 +-
lib/cpp/src/thrift/transport/TZlibTransport.cpp | 17 ++-
lib/cpp/test/CMakeLists.txt | 10 ++
lib/cpp/test/Makefile.am | 12 ++
lib/cpp/test/TTransportFactoryConfigTest.cpp | 137 +++++++++++++++++++++++
lib/go/thrift/header_transport.go | 7 ++
lib/go/thrift/header_transport_test.go | 73 ++++++++++++
11 files changed, 262 insertions(+), 10 deletions(-)
create mode 100644 lib/cpp/test/TTransportFactoryConfigTest.cpp