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

Method ResetConnection

library/cpp/http/server/http.cpp:720–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

718}
719
720void TClientRequest::ResetConnection() {
721 if (HttpConn_) {
722 // send RST packet to client
723 HttpConn_->Reset();
724 HttpConn_.Destroy();
725 }
726}
727
728void TClientRequest::Process(void* ThreadSpecificResource) {
729 THolder<TClientRequest> this_(this);

Callers

nothing calls this directly

Calls 2

ResetMethod · 0.45
DestroyMethod · 0.45

Tested by

no test coverage detected