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 9c29af053 THRIFT-6166: Bind the c_glib read budget to the frame that
carries the message
add d10129d42 THRIFT-6165: Bind the Java read budget to the frame that
carries the message
No new revisions were added by this update.
Summary of changes:
.../thrift/transport/TEndpointTransport.java | 11 +
.../apache/thrift/transport/TFileTransport.java | 3 +
.../thrift/transport/TMemoryInputTransport.java | 5 +
.../org/apache/thrift/transport/TTransport.java | 19 ++
.../transport/layered/TFastFramedTransport.java | 7 +
.../thrift/transport/layered/TFramedTransport.java | 16 ++
.../transport/layered/TLayeredTransport.java | 5 +
.../apache/thrift/test/SerializationBenchmark.java | 2 +
.../thrift/transport/ReadCountingTransport.java | 5 +
.../thrift/transport/TestFrameBoundReadBudget.java | 305 +++++++++++++++++++++
.../thrift/transport/TestTSaslTransports.java | 5 +
.../thrift/transport/WriteCountingTransport.java | 5 +
12 files changed, 388 insertions(+)
create mode 100644
lib/java/src/test/java/org/apache/thrift/transport/TestFrameBoundReadBudget.java