diff options
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); |