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

Method GetRequest

library/cpp/neh/http2.cpp:871–874  ·  view source on GitHub ↗

unlink connection and request, thread-safe mark connection as non valid

Source from the content-addressed store, hash-verified

869
870 //unlink connection and request, thread-safe mark connection as non valid
871 inline THttpRequestRef GetRequest() noexcept {
872 TGuard<TSpinLock> g(SL_);
873 return Req_;
874 }
875
876 inline THttpRequestRef ReleaseRequest() noexcept {
877 THttpRequestRef r;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected