Michal Charemza
5 years ago
No known key found for this signature in database
GPG Key ID: 4BBAF0F6B73C4363
1 changed files with
1 additions and
1 deletions
-
dnsrewriteproxy.py
|
|
@@ -82,7 +82,7 @@ def DnsProxy( |
|
|
|
for upstream_task in upstream_worker_tasks: |
|
|
|
try: |
|
|
|
await upstream_task |
|
|
|
except Exception: |
|
|
|
except CancelledError: |
|
|
|
pass |
|
|
|
|
|
|
|
async def upstream_worker(sock, resolve, upstream_queue): |
|
|
|