-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
server: Fix panic in /health?bundle=true
The issue was that with bundles loaded from the file system we would not initialize the mutex used for checking bundle status. This fixes the initialization and prevents the error. Health status works as expected now. Fixes: #1703 Signed-off-by: Patrick East <[email protected]> (cherry picked from commit 3248c2d)
- Loading branch information
1 parent
60003bd
commit 6e84c3e
Showing
2 changed files
with
26 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters