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 d10129d42 THRIFT-6165: Bind the Java read budget to the frame that
carries the message
add c98e79ad9 THRIFT-5371: Bind the C++ read budget to the frame that
carries the message
No new revisions were added by this update.
Summary of changes:
lib/cpp/src/thrift/server/TNonblockingServer.cpp | 4 +
lib/cpp/src/thrift/transport/TBufferTransports.cpp | 14 +
lib/cpp/src/thrift/transport/TBufferTransports.h | 44 ++-
lib/cpp/test/CMakeLists.txt | 1 +
lib/cpp/test/FrameBoundReadBudgetTest.cpp | 419 +++++++++++++++++++++
lib/cpp/test/Makefile.am | 1 +
6 files changed, 482 insertions(+), 1 deletion(-)
create mode 100644 lib/cpp/test/FrameBoundReadBudgetTest.cpp