This is an automated email from the ASF dual-hosted git repository. jensg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git
from 2f8347c0a added TMemoryStream to hx add 845a87a81 [THRIFT-5871] Improve MAX_MESSAGE_SIZE_CHECK and friends No new revisions were added by this update. Summary of changes: .../c_glib/protocol/thrift_binary_protocol.c | 151 ++++++++++++++++++++- .../c_glib/protocol/thrift_binary_protocol.h | 4 + .../c_glib/protocol/thrift_compact_protocol.c | 21 ++- .../src/thrift/c_glib/transport/thrift_transport.c | 2 +- lib/cpp/src/thrift/protocol/TBinaryProtocol.tcc | 9 +- lib/cpp/src/thrift/protocol/TCompactProtocol.tcc | 6 +- lib/cpp/src/thrift/protocol/TJSONProtocol.cpp | 4 +- lib/cpp/src/thrift/transport/TTransport.h | 2 +- lib/delphi/src/Thrift.Protocol.Compact.pas | 6 +- lib/delphi/src/Thrift.Protocol.JSON.pas | 4 +- lib/delphi/src/Thrift.Protocol.pas | 6 +- lib/go/thrift/binary_protocol.go | 50 ++++++- lib/go/thrift/compact_protocol.go | 58 ++++++-- lib/go/thrift/json_protocol.go | 50 ++++++- .../org/apache/thrift/protocol/TBinaryProtocol.hx | 6 +- .../org/apache/thrift/protocol/TCompactProtocol.hx | 6 +- .../org/apache/thrift/protocol/TJSONProtocol.hx | 4 +- .../apache/thrift/transport/TEndpointTransport.hx | 2 +- .../apache/thrift/protocol/TBinaryProtocol.java | 6 +- .../apache/thrift/protocol/TCompactProtocol.java | 6 +- .../org/apache/thrift/protocol/TJSONProtocol.java | 4 +- .../thrift/protocol/TSimpleJSONProtocol.java | 4 +- .../thrift/transport/TEndpointTransport.java | 2 +- lib/netstd/Thrift/Protocol/TBinaryProtocol.cs | 6 +- lib/netstd/Thrift/Protocol/TCompactProtocol.cs | 6 +- lib/netstd/Thrift/Protocol/TJSONProtocol.cs | 4 +- 26 files changed, 361 insertions(+), 68 deletions(-)