Telethon/telethon/network/connection
Lonami Exo 7523869875 Except IOError and not ConnectionError
PySocks' errors do not subclass ConnectionError so the library
was unnecessarily logging them as unexpected, when any IOError
was actually expected.
2019-03-28 09:54:35 +01:00
..
__init__.py Implement different mtproto proxy protocols; refactor obfuscated2 2019-03-10 03:26:24 +01:00
connection.py Except IOError and not ConnectionError 2019-03-28 09:54:35 +01:00
http.py Rework class hierarchy, try to DRY more 2019-03-12 01:12:55 +01:00
tcpabridged.py Rework class hierarchy, try to DRY more 2019-03-12 01:12:55 +01:00
tcpfull.py Rework class hierarchy, try to DRY more 2019-03-12 01:12:55 +01:00
tcpintermediate.py Rework class hierarchy, try to DRY more 2019-03-12 01:12:55 +01:00
tcpmtproxy.py Revert disconnect() to be async again (#1133) 2019-03-21 12:21:00 +01:00
tcpobfuscated.py Rework class hierarchy, try to DRY more 2019-03-12 01:12:55 +01:00