fix: call update_connection_history for proxified connections

This commit is contained in:
link2xt
2024-10-20 07:38:49 +00:00
parent d27d0ef476
commit 94c6d1dea4
3 changed files with 10 additions and 0 deletions

View File

@@ -168,6 +168,7 @@ async fn connect_stream(
connect_insecure_proxy(context, host, port, proxy_config.clone()).await?
}
};
update_connection_history(context, "smtp", host, port, host, time()).await?;
Ok(stream)
} else {
let load_cache = match security {