Telethon/telethon/network
Lonami Exo 393e1966c7 Avoid exceeding maximum container size
This issue would likely be triggered when automatically
merging multiple requests into a single one while having
their size exceed 1044456 bytes like SaveFilePartRequest.

This commit avoids such issue by keeping track of the
current size, and if it exceeds the limit, avoid merge.
2018-07-07 11:58:48 +02:00
..
connection Pump up default timeout from 5 to 10s 2018-06-17 11:46:56 +02:00
__init__.py Create auth_key if not present 2018-06-07 16:32:12 +02:00
authenticator.py More useful messages from authenticator.py 2018-06-26 11:32:09 +02:00
mtprotoplainsender.py Update mtprotoplainsender.py asserts 2018-06-28 09:48:03 +02:00
mtprotosender.py Avoid exceeding maximum container size 2018-07-07 11:58:48 +02:00
mtprotostate.py Pre-pack outgoing TLMessage 2018-07-07 11:46:21 +02:00