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

Method NotifyResponse

library/cpp/neh/http2.cpp:438–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436
437 private:
438 void NotifyResponse(const TString& resp, const TString& firstLine, const THttpHeaders& headers) {
439 THandleRef h(ReleaseHandler());
440 if (!!h) {
441 h->NotifyResponse(resp, firstLine, headers);
442 }
443 }
444
445 void NotifyError(
446 const TString& errorText,

Callers 4

ExecuteRecvMethod · 0.45
AddResponseMethod · 0.45
DoRecvCycleMethod · 0.45
DoRunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected