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 2e55fd53c THRIFT-6182: Keep the configured maximum frame size when
wrapping (Java)
add 745a276b1 THRIFT-6181: Bound the response frame size in the Java async
client
No new revisions were added by this update.
Summary of changes:
.../org/apache/thrift/async/TAsyncMethodCall.java | 19 +-
.../async/TestTAsyncMethodCallFrameSize.java | 227 +++++++++++++++++++++
2 files changed, 245 insertions(+), 1 deletion(-)
create mode 100644
lib/java/src/test/java/org/apache/thrift/async/TestTAsyncMethodCallFrameSize.java