From fe299cc6ccafe21f4943a535b1bb8dc47469cb99 Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Mon, 7 May 2018 17:05:27 +0200 Subject: [PATCH] Remove broken packet length check --- telethon/network/connection.py | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/telethon/network/connection.py b/telethon/network/connection.py index 718ba496..eaa2c9e5 100644 --- a/telethon/network/connection.py +++ b/telethon/network/connection.py @@ -185,26 +185,6 @@ class Connection: # by asyncio? packet_len_seq = await self.read(8) # 4 and 4 packet_len, seq = struct.unpack('