Telethon/telethon/network/connection
Lonami Exo 6d30a38316 Let Connection._disconnected be a proper Future
This means that awaiting on disconnect will properly raise errors,
allowing to differentiate clean disconnects from faulty ones.
2018-10-19 10:46:34 +02:00
..
__init__.py Implement HTTP(S) mode (closes #112) (#883) 2018-07-08 17:45:49 +02:00
connection.py Let Connection._disconnected be a proper Future 2018-10-19 10:46:34 +02:00
http.py Add support for proxy again 2018-10-05 13:26:44 +02:00
tcpabridged.py Fix alternative connection modes 2018-10-05 13:26:44 +02:00
tcpfull.py Add support for proxy again 2018-10-05 13:26:44 +02:00
tcpintermediate.py Fix alternative connection modes 2018-10-05 13:26:44 +02:00
tcpobfuscated.py Fix alternative connection modes 2018-10-05 13:26:44 +02:00