mirror of
https://github.com/restic/rest-server.git
synced 2026-04-10 12:12:21 -07:00
doc: Polish unreleased changelogs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user