Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/valyala/fasthttp
/ releaseConcurrency
Method
releaseConcurrency
server.go:2236–2238 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2234
}
2235
2236
func
(s *Server) releaseConcurrency() {
2237
s.concurrency.Add(^uint32(0))
2238
}
2239
2240
var
errHijacked = errors.New(
"connection has been hijacked"
)
2241
Callers
3
ServeConn
Method · 0.95
tryAcquireConcurrency
Method · 0.95
serveConnCleanup
Method · 0.95
Calls
1
Add
Method · 0.45
Tested by
no test coverage detected