-
- Downloads
bootstrap: Make bootstrapper stoppable to plug Goroutine leaks
The bootstrapper is currently leaking multiple Goroutines in the upgrader because we never make sure to clean it up after tests have finished. Add its existing `Stop()` function to the upgrader interface and call is as required to plug these leaks.