Telethon/telethon/network
Lonami Exo 485ce5ca3b Ignore padding on server messages instead warning
There's 12..1024 padding for the MTProto 2.0 protocol, and
the length of the message can be used to determine how much
must be read on rpc_results. However this random padding
can be safely ignored.
2018-06-09 14:23:42 +02:00
..
connection Fix basic requests sending and receiving 2018-06-06 21:42:48 +02:00
__init__.py Create auth_key if not present 2018-06-07 16:32:12 +02:00
authenticator.py Implement retry and fail cases in authenticator 2018-06-07 17:25:02 +02:00
mtprotoplainsender.py Reuse some more code from MTProtoState 2018-06-09 11:36:59 +02:00
mtprotosender.py Make TLMessage always have a valid TLObject 2018-06-09 13:48:27 +02:00
mtprotostate.py Ignore padding on server messages instead warning 2018-06-09 14:23:42 +02:00