aboutsummaryrefslogtreecommitdiff
path: root/test/test_http_proxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_http_proxy.py')
-rw-r--r--test/test_http_proxy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_http_proxy.py b/test/test_http_proxy.py
index c1d7c53f5..1b21fe78e 100644
--- a/test/test_http_proxy.py
+++ b/test/test_http_proxy.py
@@ -93,6 +93,7 @@ if urllib3:
This allows us to chain multiple TLS connections.
"""
+
def __init__(self, socket, ssl_context, server_hostname=None, suppress_ragged_eofs=True, server_side=False):
self.incoming = ssl.MemoryBIO()
self.outgoing = ssl.MemoryBIO()