fix: apply code-review and insight findings across nuntius

This commit is contained in:
2026-07-26 20:40:16 +02:00
parent 6339771a24
commit 83c95dff08
8 changed files with 94 additions and 18 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ func main() {
h.Register(mux)
srv := &http.Server{
Addr: ":" + itoa(cfg.Server.Port),
Addr: "[::]:" + itoa(cfg.Server.Port),
Handler: withRequestLog(mux, logger),
ReadHeaderTimeout: 10 * time.Second,
ReadTimeout: 15 * time.Second,