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

Method ExpectNewRequest

library/cpp/neh/http2.cpp:1530–1533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1528
1529 private:
1530 void ExpectNewRequest() {
1531 P_.Reset(new THttpParser(THttpParser::Request));
1532 P_->Prepare();
1533 }
1534
1535 void OnCanRead(const TErrorCode& ec, IHandlingContext& ctx) {
1536 if (ec) {

Callers 1

CreateMethod · 0.80

Calls 2

PrepareMethod · 0.80
ResetMethod · 0.45

Tested by

no test coverage detected