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 588053de1 THRIFT-6060: Match every response header exactly
add 9c29af053 THRIFT-6166: Bind the c_glib read budget to the frame that
carries the message
No new revisions were added by this update.
Summary of changes:
.../c_glib/transport/thrift_framed_transport.c | 38 ++-
lib/c_glib/test/CMakeLists.txt | 4 +
lib/c_glib/test/Makefile.am | 10 +
lib/c_glib/test/testframedreadbudget.c | 261 +++++++++++++++++++++
4 files changed, 310 insertions(+), 3 deletions(-)
create mode 100644 lib/c_glib/test/testframedreadbudget.c