fix: update log message for server startup and improve request handling in ServeHTTP
All checks were successful
PR Check / check-and-test (pull_request) Successful in 1m6s

This commit is contained in:
2025-07-12 09:48:06 -05:00
parent 745856f0f4
commit b83836f914
2 changed files with 129 additions and 109 deletions

View File

@@ -66,7 +66,7 @@ var rootCmd = &cobra.Command{
)
logger.Logger.Info().
Msg("starting SteamCache2 on port 80")
Msg("SteamCache2 listening on port 80")
sc.Run()