aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-10-13 18:52:52 +0200
committerWojtek Kosior <koszko@koszko.org>2022-10-13 18:52:52 +0200
commit6c1f8221d17b1f4d7955d48a77fefeaf6e3030d7 (patch)
tree939b543dfcb6208b8b2b753ec1bfef8f1da70869
parent9f26ebfe7f174e8ec941ebb381a3e53a3c96db27 (diff)
downloadhaketilo-hydrilla-6c1f8221d17b1f4d7955d48a77fefeaf6e3030d7.tar.gz
haketilo-hydrilla-6c1f8221d17b1f4d7955d48a77fefeaf6e3030d7.zip
[proxy] remove an outdated comment informing that we're running mitmproxy in a new process (no longer true)
-rw-r--r--src/hydrilla/mitmproxy_launcher/launch.py6
1 files changed, 0 insertions, 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