mirror of
https://github.com/restic/rest-server.git
synced 2026-09-12 07:06:09 -07:00
0a6e0dbdf9
The rest server is normally shutdown via a SIGINT signal. The http handle calls are endless loops and don't return in the normal case. Thus add a signal handler to shutdown the profiler.