No more funny business with InsecureSkipVerify

This commit is contained in:
Sasha Koshka
2023-05-27 03:57:27 -04:00
parent 9025844212
commit 5e37c4bb8f
8 changed files with 28 additions and 46 deletions

View File

@@ -38,7 +38,6 @@ func (manager *Manager) Run () error {
for _, routine := range manager.Routines {
if routine != nil {
println("yeah")
waitGroup.Add(1)
go manager.runRoutine(routine, &waitGroup, &errExit)
}