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 0e4a47eac THRIFT-6071: Validate container size fits int32 range before
narrowing conversion in TSimpleJSONProtocol Client: go
add db4a473f3 Read the zlib transform result directly in THeaderTransport
untransform Client: cpp
add c016cd23c Bound receive size and amortize buffer growth in Node.js
transports Client: nodejs
No new revisions were added by this update.
Summary of changes:
lib/cpp/src/thrift/transport/THeaderTransport.cpp | 8 +-
lib/cpp/test/ThrifttReadCheckTests.cpp | 23 +++
lib/nodejs/lib/thrift/buffered_transport.js | 29 +++-
lib/nodejs/lib/thrift/framed_transport.js | 59 +++++--
lib/nodejs/lib/thrift/server.js | 21 ++-
lib/nodejs/lib/thrift/web_server.js | 68 +++++---
lib/nodejs/test/testAll.sh | 1 +
lib/nodejs/test/transport_receiver.test.js | 189 ++++++++++++++++++++++
8 files changed, 355 insertions(+), 43 deletions(-)
create mode 100644 lib/nodejs/test/transport_receiver.test.js