mirror of
https://github.com/tiennm99/mtprotoproxy.git
synced 2026-08-01 12:22:30 +00:00
fix the missing constant
This commit is contained in:
@@ -994,6 +994,7 @@ def gen_x25519_public_key():
|
||||
|
||||
|
||||
async def connect_reader_to_writer(reader, writer):
|
||||
BUF_SIZE = 8192
|
||||
try:
|
||||
while True:
|
||||
data = await reader.read(BUF_SIZE)
|
||||
|
||||
Reference in New Issue
Block a user