summaryrefslogtreecommitdiff
path: root/benchmarks/py-locust/files/patch-locust_main.py
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/py-locust/files/patch-locust_main.py')
-rw-r--r--benchmarks/py-locust/files/patch-locust_main.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/benchmarks/py-locust/files/patch-locust_main.py b/benchmarks/py-locust/files/patch-locust_main.py
new file mode 100644
index 000000000000..fc7fc9d27587
--- /dev/null
+++ b/benchmarks/py-locust/files/patch-locust_main.py
@@ -0,0 +1,11 @@
+--- locust/main.py.orig 2025-06-12 22:34:12 UTC
++++ locust/main.py
+@@ -454,7 +454,7 @@ See https://github.com/locustio/locust/wiki/Installati
+ sys.exit(1)
+ if options.web_host == "*":
+ # special check for "*" so that we're consistent with --master-bind-host
+- web_host = ""
++ web_host = "0.0.0.0"
+ else:
+ web_host = options.web_host
+ if web_host: