rclone/cmd/serve
Nick Craig-Wood 639b61de95 lib/http: shutdown all servers on exit to remove unix socket
Before this change only serve http was Shutting down its server which
was causing other servers such as serve restic to leave behind their
unix sockets.

This change moves the finalisation to lib/http so all servers have it
and removes it from serve http.

Fixes #6648
2022-12-23 12:32:46 +00:00
..
dlna serve dlna: fix panic: Logger uninitialized. 2022-12-17 10:23:58 +00:00
docker docs: add minimum versions to the command pages 2022-12-03 18:58:55 +01:00
ftp docs: add minimum versions to the command pages 2022-12-03 18:58:55 +01:00
http lib/http: shutdown all servers on exit to remove unix socket 2022-12-23 12:32:46 +00:00
proxy Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
restic serve restic: don't serve via http if serving via --stdio 2022-12-23 12:32:46 +00:00
servetest build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
sftp docs: add minimum versions to the command pages 2022-12-03 18:58:55 +01:00
webdav serve webdav: fix running duplicate Serve call 2022-12-23 12:32:46 +00:00
serve.go docs: add minimum versions to the command pages 2022-12-03 18:58:55 +01:00