mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-18 00:22:29 -04:00
According to the documentation for Go package time, `time.Ticker` and `time.Timer` are uncollectable by garbage collector finalizers. They leak until otherwise stopped. This commit ensures that all remaining instances are stopped upon departure from their relative scopes. |
||
|---|---|---|
| .. | ||
| connection.go | ||
| connection_test.go | ||
| roundtripper.go | ||
| roundtripper_test.go | ||
| upgrade.go | ||
| upgrade_test.go | ||