diff options
author | Simon Sawicki <contact@grub4k.xyz> | 2024-05-26 21:27:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-26 21:27:21 +0200 |
commit | e897bd8292a41999cf51dba91b390db5643c72db (patch) | |
tree | 1279e992db6706675399485c93d3a0084e37ea27 /test/test_http_proxy.py | |
parent | a2e9031605d87c469be9ce98dbbdf4960b727338 (diff) |
[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>
Diffstat (limited to 'test/test_http_proxy.py')
-rw-r--r-- | test/test_http_proxy.py | 1 |
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() |