• Matt T. Proud's avatar
    pkg/various: plug leaky time.New{Timer,Ticker}s · 5c6292c0
    Matt T. Proud authored
    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.
    5c6292c0
Name
Last commit
Last update
..
spdy Loading commit data...
doc.go Loading commit data...
httpstream.go Loading commit data...
httpstream_test.go Loading commit data...