From 6c1f8221d17b1f4d7955d48a77fefeaf6e3030d7 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Thu, 13 Oct 2022 18:52:52 +0200 Subject: [proxy] remove an outdated comment informing that we're running mitmproxy in a new process (no longer true) --- src/hydrilla/mitmproxy_launcher/launch.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/hydrilla/mitmproxy_launcher/launch.py b/src/hydrilla/mitmproxy_launcher/launch.py index e197ad5..e0c559b 100644 --- a/src/hydrilla/mitmproxy_launcher/launch.py +++ b/src/hydrilla/mitmproxy_launcher/launch.py @@ -26,12 +26,6 @@ # court. -# We want to run mitmproxy with our script as an addon. A simple way would be to -# find something like a 'main' function in mitmproxy, import it and call here. -# Unfortunately, there is currently no guarantee that such function can be -# considered mitmproxy's stable programming API. For this reason we instead -# spawn a new process. - import sys import os import subprocess as sp -- cgit v1.2.3