-
- Downloads
Manager: clean shutdown of HTTP server, requires Go 1.8+
Go 1.8 introduced a way to cleanly shut down the HTTP server. This allows us to handle any currently running requests while rejecting new ones, and then fully shut down.
Please sign in to comment