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 1e036aaf7 Bound wire-declared lengths in the Dart library Client: dart
add 255daa4ae Bound the frame size thrift_framed_transport will read
Client: erl
add 421283a43 Bound the growth of the HTTP line buffer Client: cpp
add 2ed6def37 Require a header frame to carry its version word Client: go
No new revisions were added by this update.
Summary of changes:
lib/cpp/src/thrift/transport/THttpTransport.cpp | 23 +++-
lib/cpp/src/thrift/transport/THttpTransport.h | 3 +
lib/cpp/test/CMakeLists.txt | 1 +
lib/cpp/test/Makefile.am | 1 +
lib/cpp/test/THttpBufferBoundTest.cpp | 149 ++++++++++++++++++++++++
lib/erl/include/thrift_constants.hrl | 4 +
lib/erl/src/thrift_framed_transport.erl | 27 ++++-
lib/erl/test/test_thrift_framed_transport.erl | 56 +++++++++
lib/go/thrift/header_transport.go | 11 ++
lib/go/thrift/header_transport_test.go | 43 +++++++
10 files changed, 316 insertions(+), 2 deletions(-)
create mode 100644 lib/cpp/test/THttpBufferBoundTest.cpp