From a88e857b5b4100bb62be8a73c1badd999561b328 Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Wed, 8 Nov 2023 17:34:59 +0000 Subject: Var: $request_id variable. This variable contains a string that is formed using random data and can be used as a unique request identifier. This closes #714 issue on GitHub. --- docs/changes.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index 74cd5db7..2c01a1e0 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -26,6 +26,13 @@ NGINX Unit updated to 1.32.0. + + +$request_id variable contains a string that is formed using random data and +can be used as a unique request identifier. + + + -- cgit