mirror of
https://github.com/alexbers/mtprotoproxy.git
synced 2026-03-13 23:03:09 +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):
|
async def connect_reader_to_writer(reader, writer):
|
||||||
|
BUF_SIZE = 8192
|
||||||
try:
|
try:
|
||||||
while True:
|
while True:
|
||||||
data = await reader.read(BUF_SIZE)
|
data = await reader.read(BUF_SIZE)
|
||||||
|
|||||||
Reference in New Issue
Block a user