Telethon/telethon
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
..
client Fix hachoir don't close files by itself (#875) 2018-06-29 16:45:18 +02:00
crypto Fix connect not saving different authkeys 2018-06-26 16:20:30 +02:00
errors Remove underscore from module names 2018-06-18 21:02:42 +02:00
events Update to v1.0 2018-06-27 13:41:20 +02:00
extensions Don't remove reader if fd == -1 2018-06-30 13:26:28 +02:00
network Avoid exceeding maximum container size 2018-07-07 11:58:48 +02:00
sessions Explicitly open files as 'r' instead of leaving it out 2018-06-29 11:34:57 +02:00
tl Avoid exceeding maximum container size 2018-07-07 11:58:48 +02:00
__init__.py Include TAKEOUT_INIT_DELAY_X in the available errors 2018-06-27 09:46:14 +02:00
helpers.py Avoid cyclic imports on older Python versions 2018-06-29 11:04:42 +02:00
sync.py Syncify async generators too 2018-06-27 09:34:35 +02:00
updatestate.py Remove underscore from module names 2018-06-18 21:02:42 +02:00
utils.py Update to layer 82 2018-06-29 13:23:56 +02:00
version.py Update to v1.0.3 2018-07-04 15:41:11 +02:00