Update tcp.py

This commit is contained in:
rvck 2025-08-06 22:50:56 +07:00 committed by GitHub
parent 7c58bb34af
commit f7e64c6cb4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -388,7 +388,6 @@ class TCP:
self.reader, self.reader,
destination, destination,
username=username, username=username,
timeout=self.TIMEOUT,
) )
elif scheme.upper() == "HTTP": elif scheme.upper() == "HTTP":
await handler.handshake( await handler.handshake(