mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-09 17:22:21 +08:00
Rename ContextIsReadyToBeClosed
to InitDone
This commit is contained in:
@ -269,7 +269,7 @@ func daemonFunc(req cmds.Request, res cmds.Response) {
|
||||
}
|
||||
|
||||
// our global interrupt handler can now try to stop the daemon
|
||||
close(req.Context().ContextIsReadyToBeClosed)
|
||||
close(req.Context().InitDone)
|
||||
|
||||
if rootRedirect != nil {
|
||||
opts = append(opts, rootRedirect)
|
||||
|
Reference in New Issue
Block a user