We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1245a3 commit 4c75b85Copy full SHA for 4c75b85
1 file changed
crates/openshell-server/src/lib.rs
@@ -422,8 +422,6 @@ pub async fn run_server(
422
info!("Metrics server disabled");
423
}
424
425
- let (shutdown_tx, shutdown_rx) = watch::channel(false);
426
-
427
// Build TLS acceptor when TLS is configured; otherwise serve plaintext.
428
let tls_acceptor = if let Some(tls) = &config.tls {
429
let acceptor = TlsAcceptor::from_files(
0 commit comments