mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-22 19:51:39 +00:00
Defer cancel on shutdown context
This commit is contained in:
parent
cafa2853c5
commit
103795d33a
@ -472,7 +472,7 @@ func (b *BaseDendrite) SetupAndServeHTTP(
|
|||||||
b.WaitForShutdown()
|
b.WaitForShutdown()
|
||||||
|
|
||||||
ctx, cancel := context.WithCancel(context.Background())
|
ctx, cancel := context.WithCancel(context.Background())
|
||||||
cancel()
|
defer cancel()
|
||||||
|
|
||||||
_ = internalServ.Shutdown(ctx)
|
_ = internalServ.Shutdown(ctx)
|
||||||
_ = externalServ.Shutdown(ctx)
|
_ = externalServ.Shutdown(ctx)
|
||||||
|
Loading…
Reference in New Issue
Block a user