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

Method EnableKeepAlive

library/cpp/http/io/stream.cpp:922–924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

920}
921
922void THttpOutput::EnableKeepAlive(bool enable) {
923 Impl_->EnableKeepAlive(enable);
924}
925
926void THttpOutput::EnableBodyEncoding(bool enable) {
927 Impl_->EnableBodyEncoding(enable);

Callers 5

SendMinimalHttpRequestFunction · 0.45
Y_UNIT_TESTFunction · 0.45
MakeHttpOutputBodyFunction · 0.45
DoTestHttpOutputSizeFunction · 0.45
ProcessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected