Telethon/telethon/tl/core
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
..
__init__.py Create RpcResult class and generalise core special cases 2018-06-09 13:13:55 +02:00
gzippacked.py Add __str__ to RpcResult/GzipPacked 2018-06-21 09:58:12 +02:00
messagecontainer.py Avoid exceeding maximum container size 2018-07-07 11:58:48 +02:00
rpcresult.py Stop showing "data left after" warning 2018-06-25 12:54:33 +02:00
tlmessage.py Avoid exceeding maximum container size 2018-07-07 11:58:48 +02:00