Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ PrepareParser
Method
PrepareParser
library/cpp/neh/http2.cpp:723–726 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
721
}
722
723
void PrepareParser() {
724
Prs_ = new THttpParser();
725
Prs_->Prepare();
726
}
727
728
void SendRequest(const THttpRequestBuffersPtr& bfs, TErrorCode& ec) { //throw std::bad_alloc
729
if (!THttp2Options::UseAsyncSendRequest) {
Callers
nothing calls this directly
Calls
1
Prepare
Method · 0.80
Tested by
no test coverage detected