MCPcopy Create free account
hub / github.com/catboost/catboost / HttpInConnCounter

Function HttpInConnCounter

library/cpp/neh/http2.cpp:1347–1349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1345 /////////////////////////////////// server side ////////////////////////////////////
1346
1347 TAtomicCounter* HttpInConnCounter() {
1348 return Singleton<TAtomicCounter>();
1349 }
1350
1351 TFdLimits* HttpInConnLimits() {
1352 return Singleton<TFdLimits>();

Callers 5

OnAcceptMethod · 0.85
OnCreateConnMethod · 0.85
OnDestroyConnMethod · 0.85
GetKeepAliveTimeoutMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected