Remove a few TODOs, either solved or converted to issue

This commit is contained in:
2024-08-19 02:43:05 +02:00
parent 94e0e5d6c7
commit 8fdfe457ac
5 changed files with 0 additions and 13 deletions

View File

@@ -32,8 +32,6 @@ use crate::{
// TODO: consider using a connection pool
// TODO: use tracing for login, so we can scope the log messages per incoming connection
pub async fn listen_for_incoming_connections(
socket_path: Option<PathBuf>,
config: ServerConfig,