Skip to content

Commit

Permalink
Merge pull request #1236 from anhnmt/dev
Browse files Browse the repository at this point in the history
fix rateLimiter not stop
  • Loading branch information
ShubhamRasal authored Jun 19, 2023
2 parents d209d26 + 458f638 commit c119939
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@ func (r *Runner) Close() {
// nolint:errcheck // ignore
r.hm.Close()
r.hp.Dialer.Close()
r.ratelimiter.Stop()
if r.options.HostMaxErrors >= 0 {
r.HostErrorsCache.Purge()
}
Expand Down

0 comments on commit c119939

Please sign in to comment.