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 2a659d6d3 THRIFT-6121: Make Header protocol errors parseable
add fb9dd3d45 Route buffered transport reads through the inner transport
for message-size accounting Client: delphi
add d8aea0c70 Bound TJSONProtocol string and number reads by
MaxMessageSize Client: delphi
No new revisions were added by this update.
Summary of changes:
lib/delphi/src/Thrift.Protocol.JSON.pas | 13 ++
lib/delphi/src/Thrift.Transport.pas | 70 +++++++-
.../test/sizelimit/TestBufferedMsgSizeLimit.dpr | 154 +++++++++++++++++
lib/delphi/test/sizelimit/TestJSONSizeLimit.dpr | 185 +++++++++++++++++++++
4 files changed, 421 insertions(+), 1 deletion(-)
create mode 100644 lib/delphi/test/sizelimit/TestBufferedMsgSizeLimit.dpr
create mode 100644 lib/delphi/test/sizelimit/TestJSONSizeLimit.dpr