time.Tick() does not get garbage collected because the channel underneath never gets deleted and the underlying Ticker can never be recovered by the garbage collector. We replace this with NewTicker() to avoid this. |
||
---|---|---|
.. | ||
connection.go | ||
connection_test.go | ||
errors.go | ||
event.go | ||
h2mux.go | ||
h2mux_test.go | ||
header.go | ||
header_test.go | ||
http2.go | ||
http2_test.go | ||
json.go | ||
metrics.go | ||
observer.go | ||
observer_test.go | ||
protocol.go | ||
protocol_test.go | ||
rpc.go | ||
tunnelsforha.go |