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

Method RequestSettings

library/cpp/neh/http2.cpp:281–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279 }
280
281 static TRequestSettings RequestSettings() {
282 return TRequestSettings()
283 .SetNoDelay(false)
284 .SetResolverType(EResolverType::EUNIXSOCKET);
285 }
286 };
287
288 struct TRequestUnixSocketFull: public TRequestFull {

Callers

nothing calls this directly

Calls 2

TRequestSettingsClass · 0.85
SetNoDelayMethod · 0.80

Tested by

no test coverage detected