fix (controller): Set controller CancelCtx (#1513)

pull/1530/head
Jim 5 years ago committed by GitHub
parent 70cb75d030
commit 2afac7348a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,6 +26,7 @@ func (c *Controller) startListeners() error {
configureForAPI := func(ln *base.ServerListener) error {
handler, err := c.handler(HandlerProperties{
ListenerConfig: ln.Config,
CancelCtx: c.baseContext,
})
if err != nil {
return err

Loading…
Cancel
Save