From 05bb41b2508766248d673623d04b7c02160a6285 Mon Sep 17 00:00:00 2001 From: levlam Date: Thu, 28 Jun 2018 16:53:40 +0300 Subject: [PATCH] Rename Socks5 actor for ping. GitOrigin-RevId: 6e41fef4b451feffa6376e6cc61fec434270e78d --- td/telegram/net/ConnectionCreator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/td/telegram/net/ConnectionCreator.cpp b/td/telegram/net/ConnectionCreator.cpp index 421c2303..34686bb0 100644 --- a/td/telegram/net/ConnectionCreator.cpp +++ b/td/telegram/net/ConnectionCreator.cpp @@ -507,7 +507,7 @@ void ConnectionCreator::ping_proxy_resolved(int32 proxy_id, IPAddress ip_address LOG(INFO) << "Start socks5: " << extra.debug_str; auto token = next_token(); children_[token] = { - false, create_actor("Socks5", std::move(socket_fd), extra.mtproto_ip, proxy.proxy().user().str(), + false, create_actor("PingSocks5", std::move(socket_fd), extra.mtproto_ip, proxy.proxy().user().str(), proxy.proxy().password().str(), std::make_unique(std::move(socket_fd_promise)), create_reference(token))}; } else {