From b5a3e7191c423314afce20627e83339226c94729 Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 23 Jul 2015 18:08:13 -0300 Subject: [bug] avoid double decryption of documents Because of how the incoming document queue is implemented, it could be the case that a document was sent to async decryption queue more than once. This commit creates a list of documents to be decrypted, so we avoid sending the same document to the queue more than once. --- client/changes/bug_avoid-double-decryption | 1 + 1 file changed, 1 insertion(+) create mode 100644 client/changes/bug_avoid-double-decryption (limited to 'client/changes') diff --git a/client/changes/bug_avoid-double-decryption b/client/changes/bug_avoid-double-decryption new file mode 100644 index 00000000..184da75b --- /dev/null +++ b/client/changes/bug_avoid-double-decryption @@ -0,0 +1 @@ + o Avoid double decryption of documents. -- cgit v1.2.3