Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudflare/cloudflared
/ decrementTCPConcurrentRequests
Function
decrementTCPConcurrentRequests
proxy/metrics.go:109–112 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
107
}
108
109
func
decrementTCPConcurrentRequests() {
110
decrementConcurrentRequests()
111
activeTCPSessions.Dec()
112
}
Callers
1
ProxyTCP
Method · 0.85
Calls
1
decrementConcurrentRequests
Function · 0.85
Tested by
no test coverage detected