Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix goroutine leak in throttler logic. #2739

Merged
merged 1 commit into from
Jan 23, 2018

Commits on Jan 23, 2018

  1. Fix goroutine leak in throttler logic.

    The variable managing throttling goroutines was only scoped to the local
    method, effectively disabling goroutine cleanup and producing a leak. We
    properly hook up the goroutines to live as long as the server does.
    timoreimann authored and traefiker committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    17b31d8 View commit details
    Browse the repository at this point in the history