From 44f15db10e0326f22fac08fe7d1e60fdcada9ae6 Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Wed, 28 Aug 2024 16:54:27 +0200 Subject: [PATCH] docs: add note about request context not having any impact unless you actually listen for the event --- docs/extending-locust.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/extending-locust.rst b/docs/extending-locust.rst index 1760b272e0..55c9f8d3ea 100644 --- a/docs/extending-locust.rst +++ b/docs/extending-locust.rst @@ -93,6 +93,9 @@ Context from a value in the response, using :ref:`catch_response `_ use the above mechanic to save the context to a database. Adding Web Routes ==================