MCPcopy Create free account
hub / github.com/TelegramMessenger/cocoon / pre_close

Method pre_close

runners/proxy/ProxyInboundClientConnection.cpp:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187void ProxyInboundClientConnection::pre_close() {
188 remove_connecting_info();
189 state_ = State::Failed;
190}
191
192void ProxyInboundClientConnection::remove_connecting_info() {
193 if (connecting_client_info_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected