Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ SendReply
Method
SendReply
library/cpp/neh/https.cpp:1517–1519 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1515
}
1516
1517
void SendReply(TData& data) override {
1518
SendReply(data, TString(), HttpCodes::HTTP_OK);
1519
}
1520
1521
void SendReply(TData& data, const TString& headers, int httpCode) override {
1522
const bool compressed = Compress(data);
Callers
nothing calls this directly
Calls
4
Y_UNUSED
Function · 0.85
Compress
Function · 0.70
Enqueue
Method · 0.45
Release
Method · 0.45
Tested by
no test coverage detected