You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by yu...@apache.org on 2023/08/09 23:03:28 UTC

[thrift] branch master updated (166a2136c -> 0e872c84a)

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 166a2136c fix kotlin cross test by downgrading to java 8 (#2840)
     add 0e872c84a THRIFT-5731: Handle ErrAbandonRequest automatically

No new revisions were added by this update.

Summary of changes:
 compiler/cpp/src/thrift/generate/t_go_generator.cc | 19 +++--
 lib/go/README.md                                   | 12 ++-
 .../test/tests/server_connectivity_check_test.go   | 88 ++++++++++++++++++++++
 lib/go/thrift/simple_server.go                     |  9 ++-
 4 files changed, 119 insertions(+), 9 deletions(-)
 create mode 100644 lib/go/test/tests/server_connectivity_check_test.go