You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by dc...@apache.org on 2019/12/12 23:34:57 UTC

[thrift] branch master updated (6e2a698 -> dfae5d7)

This is an automated email from the ASF dual-hosted git repository.

dcelasun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git.


    from 6e2a698  THRIFT-5048 EnumUtils<T>.ToString() throws for elements not known to the receiving end [ci skip] Client: Delphi Patch: Jens Geyer
     add 9cb1c79  THRIFT-4252: Close sockets when shut down server
     add 24045b7  Fix indentation
     add dfae5d7  THRIFT-4252: Close sockets when shut down server (#1905)

No new revisions were added by this update.

Summary of changes:
 .../apache/thrift/server/TThreadPoolServer.java    | 36 +++++++------
 .../apache/thrift/server/TestThreadPoolServer.java | 62 ++++++++++++++++++++++
 2 files changed, 83 insertions(+), 15 deletions(-)
 create mode 100644 lib/java/test/org/apache/thrift/server/TestThreadPoolServer.java