Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudflare/cloudflared
/ IsLBProbeRequest
Function
IsLBProbeRequest
connection/connection.go:319–321 ·
view source on GitHub ↗
(req *http.Request)
Source
from the content-addressed store, hash-verified
317
}
318
319
func
IsLBProbeRequest(req *http.Request) bool {
320
return
strings.HasPrefix(req.UserAgent(), lbProbeUserAgentPrefix)
321
}
Callers
2
newHTTPLogger
Function · 0.92
ServeHTTP
Method · 0.85
Calls
1
UserAgent
Method · 0.80
Tested by
no test coverage detected