Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ HttpConnManager
Function
HttpConnManager
library/cpp/neh/http2.cpp:1091–1093 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1089
};
1090
1091
THttpConnManager* HttpConnManager() {
1092
return Singleton<THttpConnManager>();
1093
}
1094
1095
TAtomicCounter* HttpOutConnCounter() {
1096
return &HttpConnManager()->TotalConn;
Callers
8
HttpOutConnCounter
Function · 0.85
Create
Method · 0.85
PutSelfToCache
Method · 0.85
OnError
Method · 0.85
Run
Method · 0.85
OnConnectFailed
Method · 0.85
SetHttp2OutputConnectionsLimits
Function · 0.85
GetHttpOutputConnectionLimits
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected