don't clear challengeCallbacks
This commit is contained in:
parent
e6b3ef7d52
commit
2a3b44a1a1
2 changed files with 4 additions and 1 deletions
|
|
@ -445,7 +445,8 @@ class Client {
|
|||
return challenge.token + '.' + this.thumbprint;
|
||||
hasResolved = true;
|
||||
clearTimeout(time);
|
||||
this.challengeCallbacks = null;
|
||||
// wanted to clear callbacks here but LE does the call multiple times.
|
||||
// remember we're in mutex lock so no worries for racing.
|
||||
return challenge.token + '.' + this.thumbprint;
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue