mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-08 07:54:52 +00:00
Update tcp.py
This commit is contained in:
parent
7c58bb34af
commit
f7e64c6cb4
1 changed files with 0 additions and 1 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue