Telethon/telethon/network
Lonami Exo 95cf873bad Don't mark the user as connected until successfull connection
The idea behind distinguishing between the user being connected and
the actual connection having been made was to support retries while
the user decided to connect, even if the connection wasn't made yet.

The problem is that _user_connected is used directly to tell whether
the sender is connected or not which will be wrong if an exception
occurs on the initial connection. Since the logic retry isn't used
there we can simply mark as connected once a successfull connection
is made.
2019-01-02 10:53:10 +01:00
..
connection Fix ConnectionHttp SSL socket wrap (#1064) 2018-12-10 14:43:48 +01:00
__init__.py Re-export ConnectionHttp from the network package 2018-07-08 17:48:38 +02:00
authenticator.py Actually perform all checks in 2fa 2018-12-24 14:16:50 +01:00
mtprotoplainsender.py Detect arbitrary negative HTTP error codes 2018-10-12 19:47:40 +02:00
mtprotosender.py Don't mark the user as connected until successfull connection 2019-01-02 10:53:10 +01:00
mtprotostate.py Use new broken MessagePacker 2018-10-19 13:24:52 +02:00
requeststate.py Implement after_msg_id back 2018-10-19 16:53:50 +02:00