summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2015-06-02 08:40:06 -0300
committerdrebs <drebs@leap.se>2015-06-03 16:07:50 -0300
commit36d3fe05282bbc586c52536962cebf636a9b499f (patch)
tree788323087bca08f14d83678841a7286a8ec1d5f1 /common
parent544b0ff28c654a7c21832d47f34861c3cfbfc26d (diff)
[bug] do not block when getting doc for async enc
Previous to this change, the actual encryption method used to run on its own thread. When the close method was called from another thread, the queue could be deleted after the encryption method loop had started, but before the queue was checked for new items. By removing that thread and moving the encryption loop to the reactor, that race condition should disappear. Closes: #7088.
Diffstat (limited to 'common')
0 files changed, 0 insertions, 0 deletions