summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2015-09-22 16:18:36 +0200
committerRuben Pollan <meskio@sindominio.net>2015-09-22 17:42:13 +0200
commit1b805754f1d6efe9af25dcf0ab60b3aa2100ee20 (patch)
treeb36fc846da3620bc9d87770a8c2a330d5353c8b1 /changes
parent6d823d4e94e70d19a31894f973754ff05d557493 (diff)
[bug] catch request exceptions
On fetch_key we were not catching the request exceptions, now they are returned as failure in the deferred as it should. - Related: #7410
Diffstat (limited to 'changes')
-rw-r--r--changes/bug-7410_fetch_key1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-7410_fetch_key b/changes/bug-7410_fetch_key
new file mode 100644
index 0000000..4aec9fe
--- /dev/null
+++ b/changes/bug-7410_fetch_key
@@ -0,0 +1 @@
+- catch request exceptions on key fetching