aboutsummaryrefslogtreecommitdiff
path: root/test/proxy_core.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/proxy_core.py')
-rw-r--r--test/proxy_core.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/proxy_core.py b/test/proxy_core.py
index da90455..dd4225d 100644
--- a/test/proxy_core.py
+++ b/test/proxy_core.py
@@ -5,7 +5,7 @@
"""
The core for a "virtual network" proxy
-Be sure to run this inside your intended certificates directory.
+Be sure to set certdir to your intended certificates directory before running.
"""
import os, socket, ssl, subprocess, sys, threading, time
@@ -20,8 +20,6 @@ def popen(command, *args, **kwargs):
class ProxyRequestHandler(BaseHTTPRequestHandler):
"""Handles a network request made to the proxy"""
- certdir = ''
-
def log_error(self, format, *args):
# suppress "Request timed out: timeout('timed out',)"
if isinstance(args[0], socket.timeout):