chore(*): remove or update obsolete TODOs

This commit is contained in:
oxalica 2024-10-08 23:19:04 -04:00
parent ff7fd9e4b2
commit b8921a5485
6 changed files with 5 additions and 7 deletions

View file

@ -24,7 +24,8 @@ address = "localhost:8080"
# Use systemd socket activation mechanism to get listener fd from envvars.
# See also sd_listen_fds(3) and systemd.socket(5).
# NB. Currently only TCP sockets are supported. UNIX domain socket is TODO.
# NB. Currently only TCP sockets are supported. UNIX domain socket support is
# blocked by axum 0.5, see https://github.com/tokio-rs/axum/pull/2941
#systemd = true
[server]