From e897bd8292a41999cf51dba91b390db5643c72db Mon Sep 17 00:00:00 2001 From: Simon Sawicki Date: Sun, 26 May 2024 21:27:21 +0200 Subject: [misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409) Authored by: bashonly, seproDev, Grub4K Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com> Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com> --- test/test_http_proxy.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_http_proxy.py') 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() -- cgit v1.2.3