Make sure cleanup_challenges happens

This commit is contained in:
James Kasten
2015-06-18 18:02:51 -07:00
parent c97573ec7c
commit b1bb5a6843
+2
View File
@@ -134,7 +134,9 @@ class AuthHandler(object):
self._send_responses(self.cont_c, cont_resp, chall_update))
# Check for updated status...
try:
self._poll_challenges(chall_update, best_effort)
finally:
# This removes challenges from self.dv_c and self.cont_c
self._cleanup_challenges(active_achalls)