mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-10 21:16:35 +00:00
![]() 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_test.go | ||
connection.go | ||
errors.go | ||
event.go | ||
h2mux_test.go | ||
h2mux.go | ||
header_test.go | ||
header.go | ||
http2_test.go | ||
http2.go | ||
json.go | ||
metrics.go | ||
observer_test.go | ||
observer.go | ||
protocol_test.go | ||
protocol.go | ||
rpc.go | ||
tunnelsforha.go |