doc: Polish unreleased changelogs

This commit is contained in:
Leo R. Lundgren
2024-07-24 20:59:04 +02:00
parent e8a9fbc88f
commit eb9f8cfa1f
3 changed files with 15 additions and 11 deletions

View File

@@ -1,7 +1,9 @@
Change: Server is now shutdown cleanly on TERM or INT signals
Change: Shut down cleanly on TERM and INT signals
Server now listens for TERM and INT signals and cleanly closes down the http.Server and listener.
Rest-server now listens for TERM and INT signals and cleanly closes down the
http.Server and listener when receiving either of them.
This is particularly useful when listening on a unix socket, as the server will remove the socket file from it shuts down.
This is particularly useful when listening on a unix socket, as the server
will now remove the socket file when it shuts down.
https://github.com/restic/rest-server/pull/273