Telethon/telethon/network
Lonami Exo 2b9babb30f Handle GzipPacked lost requests & possibly fix reading normal
Reading normal "lost" requests didn't .seek(-4) to read the TLObject
again. Now it has been slightly refactored to seek back always and
only seek forward when needed (e.g. rpc error).
2018-03-30 11:50:41 +02:00
..
__init__.py Document the network/ module 2017-11-30 13:21:01 +01:00
authenticator.py Use req_pq_multi instead req_pq when creating an auth_key 2018-02-19 20:31:47 +01:00
connection.py Add more useful logging on invalid packet length received 2018-01-13 19:26:45 +01:00
mtproto_plain_sender.py Document the network/ module 2017-11-30 13:21:01 +01:00
mtproto_sender.py Handle GzipPacked lost requests & possibly fix reading normal 2018-03-30 11:50:41 +02:00