rclone/cmd/serve/http
Nick Craig-Wood 638058ef91 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:28:07 +00:00
..
data Replace deprecated ioutil 2022-11-07 11:41:47 +00:00
testdata http: Replace httplib with lib/http 2021-04-28 22:54:15 +01:00
http_test.go lib/http: rationalise names in test servers to be more consistent 2022-12-15 12:38:09 +00:00
http.go lib/http: shutdown all servers on exit to remove unix socket 2022-12-23 12:28:07 +00:00