GitHub user mdubbyap opened a pull request:
https://github.com/apache/thrift/pull/1523
Fix condition where TSimpleServer could exit AcceptLoop() without
releasing lock.
â¦easing lock
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/signalfx/thrift THRIFT-4537
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1523.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1523
----
commit 7d646414ff8570e8d38492176c45c2111b028a4a
Author: Matthew Pound <mwp@...>
Date: 2018-03-29T21:03:50Z
Fix condition where TSimpleServer could exit AcceptLoop() without releasing
lock
----
---