Skip to content

Commit

Permalink
remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hatoo committed Apr 7, 2024
1 parent a47f25d commit 584234e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ async fn bind_app_tls(app: Router) -> (u16, impl std::future::Future<Output = ()

fn tls_server_config(host: String) -> Arc<ServerConfig> {
let cert = generate_simple_self_signed(vec![host]).unwrap();
// let private_key = cert.key_pair.serialize_der(); // cert.get_key_pair().serialize_der();

let server_config = ServerConfig::builder()
.with_safe_defaults()
Expand Down

0 comments on commit 584234e

Please sign in to comment.