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

Method THttpsRequest

library/cpp/neh/https.cpp:1229–1235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1227 class THttpsRequest: public IJob {
1228 public:
1229 inline THttpsRequest(TSimpleHandleRef hndl, TMessage msg)
1230 : Hndl_(hndl)
1231 , Msg_(std::move(msg))
1232 , Loc_(Msg_.Addr)
1233 , Addr_(CachedThrResolve(TResolveInfo(Loc_.Host, Loc_.GetPort())))
1234 {
1235 }
1236
1237 void DoRun(TCont* c) override {
1238 THolder<THttpsRequest> This(this);

Callers

nothing calls this directly

Calls 4

CachedThrResolveFunction · 0.85
TResolveInfoClass · 0.85
moveFunction · 0.50
GetPortMethod · 0.45

Tested by

no test coverage detected