diff options
author | Alex Auvolat <alex@adnab.me> | 2021-12-09 12:18:23 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-12-09 12:18:23 +0100 |
commit | fdb83162ce9979184a9d680c5ec4f64235497485 (patch) | |
tree | 543d1d0b7c8f63d7a10c38d1d95c8b2e2c8a180f /src/https.rs | |
parent | 8153bdca4618eed76665eeb4c5a005378701df1f (diff) | |
download | tricot-fdb83162ce9979184a9d680c5ec4f64235497485.tar.gz tricot-fdb83162ce9979184a9d680c5ec4f64235497485.zip |
Improved management of ACME orders and certificate pre-expiration period
Diffstat (limited to 'src/https.rs')
-rw-r--r-- | src/https.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/https.rs b/src/https.rs index b0d452b..a389e72 100644 --- a/src/https.rs +++ b/src/https.rs @@ -114,7 +114,6 @@ async fn handle( ) }); - if let Some(proxy_to) = best_match { proxy_to.calls.fetch_add(1, Ordering::SeqCst); |