mozey / httprouter-util

Example of using httprouter and other useful packages
2 stars 0 forks source link

Catch ctrl+c for graceful shutdown #1

Closed mozey closed 1 year ago

mozey commented 3 years ago

"Shutdown gracefully shuts down the server without interrupting any active connections... does not attempt to close nor wait for... WebSockets"

https://golang.org/pkg/net/http/#Server.Shutdown

mozey commented 1 year ago

Implemented in https://github.com/mozey/httprouter-example/pull/12