Skip to content

Commit

Permalink
Modify proxy to use http
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed May 15, 2024
1 parent a7a81d1 commit 203255e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_capture_http_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def handle_error(self, request, client_address):
print(f"port: {cls.port}", flush=True)

cls.proxies = {
'https': 'https://localhost:' + str(cls.port),
'https': 'http://localhost:' + str(cls.port),
'http': 'http://localhost:' + str(cls.port),
}

Expand Down

0 comments on commit 203255e

Please sign in to comment.