Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
922
void THttpOutput::EnableKeepAlive(bool enable) {
923
Impl_->EnableKeepAlive(enable);
924
}
925
926
void THttpOutput::EnableBodyEncoding(bool enable) {
927
Impl_->EnableBodyEncoding(enable);
Callers
5
SendMinimalHttpRequest
Function · 0.45
Y_UNIT_TEST
Function · 0.45
MakeHttpOutputBody
Function · 0.45
DoTestHttpOutputSize
Function · 0.45
Process
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected