Fix graceful HTTP server shutdown on SIGINT/SIGTERM #12

Merged
claudecode merged 1 commits from fix/graceful-http-shutdown into main 2026-04-28 00:30:29 +07:00
1 Commits
Author SHA1 Message Date
thuanleandClaude Opus 4.7 31b31c7635 fix: graceful HTTP server shutdown on SIGINT/SIGTERM
CI / test (pull_request) Successful in 11m40s
CI / fmt (pull_request) Successful in 4m53s
Replace router.Run() with explicit http.Server + Shutdown() so the
process exits cleanly when context is cancelled.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-28 00:25:47 +07:00