Home
last modified time | relevance | path

Searched refs:needHttpWait (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/mtproto/
H A Dconnection_http.h36 bool needHttpWait() override;
H A Dconnection_abstract.h92 [[nodiscard]] virtual bool needHttpWait() { in needHttpWait() function
H A Dconnection_http.cpp219 bool HttpConnection::needHttpWait() { in needHttpWait() function in MTP::details::HttpConnection
H A Dsession_private.cpp1410 if (_connection->needHttpWait()) { in handleReceived()