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

Function GetHttpInputConnectionCount

library/cpp/neh/http2.cpp:2050–2052  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2048 }
2049
2050 TAtomicBase GetHttpInputConnectionCount() {
2051 return HttpInConnCounter()->Val();
2052 }
2053
2054 void SetHttp2InputConnectionsTimeouts(unsigned minSeconds, unsigned maxSeconds) {
2055 THttp2Options::ServerInputDeadlineKeepAliveMin = TDuration::Seconds(minSeconds);

Callers

nothing calls this directly

Calls 2

HttpInConnCounterFunction · 0.85
ValMethod · 0.45

Tested by

no test coverage detected