GitHub user jeking3 opened a pull request:
https://github.com/apache/thrift/pull/1368
THRIFT-4283: fix TNamedPipeServer race condition in interrupt
Client: C++
Patch: [email protected]
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jeking3/thrift THRIFT-4283
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1368.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 #1368
----
commit d59b31bc1e04567b8e4ca01403f0922c01e6cdbf
Author: James E. King, III <[email protected]>
Date: 2017-09-22T16:24:10Z
THRIFT-4283: fix TNamedPipeServer race condition in interrupt
Client: C++
Patch: [email protected]
----
---