Merge diff issue
This commit is contained in:
parent
ba7c8ba3a3
commit
43e5226735
1 changed files with 2 additions and 2 deletions
|
@ -297,8 +297,8 @@ func (w *AppsecSource) StreamingAcquisition(out chan types.Event, t *tomb.Tomb)
|
|||
})
|
||||
<-t.Dying()
|
||||
w.logger.Info("Shutting down Appsec server")
|
||||
//xx let's clean up the appsec runners :)
|
||||
appsec.AppsecRulesDetails = make(map[int]appsec.RulesDetails)
|
||||
//xx let's clean up the appsec runners :)
|
||||
appsec.AppsecRulesDetails = make(map[int]appsec.RulesDetails)
|
||||
w.server.Shutdown(context.TODO())
|
||||
return nil
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue