This is an automated email from the ASF dual-hosted git repository.
yuxuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 5a1924788 Merge pull request #2636 from PikachuHy/master
add 892b6731e THRIFT-5605: Client middleware to extract exceptions
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 2 +
.../test/ClientMiddlewareExceptionTest.thrift} | 25 +--
lib/go/test/Makefile.am | 8 +-
.../test/tests/client_middleware_exception_test.go | 189 +++++++++++++++++++++
lib/go/thrift/exception.go | 45 +++++
lib/go/thrift/middleware.go | 41 ++++-
6 files changed, 295 insertions(+), 15 deletions(-)
copy lib/{cpp/test/DebugProtoTest_extras.cpp =>
go/test/ClientMiddlewareExceptionTest.thrift} (72%)
create mode 100644 lib/go/test/tests/client_middleware_exception_test.go