k3s/pkg/util/httpstream/spdy
Matt T. Proud 5c6292c074 pkg/various: plug leaky time.New{Timer,Ticker}s
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.
2016-07-26 06:20:31 +02:00
..
connection.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
connection_test.go pkg/various: plug leaky time.New{Timer,Ticker}s 2016-07-26 06:20:31 +02:00
roundtripper.go Merge pull request #28204 from thockin/cleanup-third_party 2016-07-07 12:13:14 -07:00
roundtripper_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
upgrade.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
upgrade_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00