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

Function SetHttp2OutputConnectionsLimits

library/cpp/neh/http2.cpp:2033–2035  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2031 }
2032
2033 void SetHttp2OutputConnectionsLimits(size_t softLimit, size_t hardLimit) {
2034 HttpConnManager()->SetLimits(softLimit, hardLimit);
2035 }
2036
2037 void SetHttp2InputConnectionsLimits(size_t softLimit, size_t hardLimit) {
2038 HttpInConnLimits()->SetSoft(softLimit);

Callers

nothing calls this directly

Calls 2

HttpConnManagerFunction · 0.85
SetLimitsMethod · 0.80

Tested by

no test coverage detected