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

Function GetHttpOutputConnectionLimits

library/cpp/neh/http2.cpp:2046–2048  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2044 }
2045
2046 std::pair<size_t, size_t> GetHttpOutputConnectionLimits() {
2047 return HttpConnManager()->GetLimits();
2048 }
2049
2050 TAtomicBase GetHttpInputConnectionCount() {
2051 return HttpInConnCounter()->Val();

Callers

nothing calls this directly

Calls 2

HttpConnManagerFunction · 0.85
GetLimitsMethod · 0.80

Tested by

no test coverage detected