mirror of
https://github.com/kopia/kopia.git
synced 2026-01-27 15:58:03 -05:00
The issue in #1439 was caused by goroutine context being associated with the HTTP request so it became canceled soon after the request was over, thus the goroutine to run maintenance never ran. Fixed by adding ctxutil.Detach() Also fixed logging by passing top-level contexts to requests and added --log-server-requests flag to `server start` which enables request logging.
11 KiB
11 KiB