chore: fix clippy dead_code warning on handler.transport, update serve-loop task to completed

This commit is contained in:
2026-06-02 12:11:54 +00:00
parent 32a8c9a725
commit 6297c07383
2 changed files with 25 additions and 12 deletions

View File

@@ -48,6 +48,7 @@ pub struct ServerHandler {
outbound_proxy: Option<ProxyConfig>,
remote_addr: Option<SocketAddr>,
control_channel_router: ControlChannelRouter,
#[allow(dead_code)]
transport: TransportKind,
connection_limiter: Arc<ConnectionRateLimiter>,
connection_allowed: bool,