mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-12 03:36:34 +00:00
![]() Classic tunnels flow was triggering an event for RegisteringTunnel for every connection that was about to be established, and then a Connected event for every connection established. However, the RegistreringTunnel event had no connection ID, always causing it to unset/disconnect the 0th connection making the /ready endpoint report incorrect numbers for classic tunnels. |
||
---|---|---|
.. | ||
config.go | ||
metrics.go | ||
readiness_test.go | ||
readiness.go | ||
timer_test.go | ||
timer.go |