Telethon/telethon/extensions
Lonami Exo 987cf41ec6 Higher timeout and log them as warning if any data was received
This might be the cause for  "number of retries reached 0" so
more specific logging calls might be useful. If while reading
a response it times out but  some data had already been read,
said data will be lost.

The sequence of events that triggered reaching 0 retries was:
- Sending requests with IDs XYZ
- socket.timeout while reading
- Items timed out. Retrying
- Processing RPC result
- Received response for XYZ
- Lost request with ID XYZ
2018-03-18 20:08:00 +01:00
..
__init__.py Completely remove BinaryWriter from the project 2017-09-28 11:49:45 +02:00
binary_reader.py Reuse .on_response/.__str__/.stringify, override iff necessary 2018-01-19 12:12:52 +01:00
html.py Fix HTML entity parsing failing when needing surrogates 2018-02-15 11:52:46 +01:00
markdown.py Fix markdown's URL regex not acceping newlines 2018-02-27 14:10:02 +01:00
tcp_client.py Higher timeout and log them as warning if any data was received 2018-03-18 20:08:00 +01:00