diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2023-11-08 17:34:59 +0000 |
---|---|---|
committer | Andrei Zeliankou <zelenkov@nginx.com> | 2023-11-08 17:34:59 +0000 |
commit | a88e857b5b4100bb62be8a73c1badd999561b328 (patch) | |
tree | 652f98a6d9792bcb22b5fe23427f789e7853faf9 /docs | |
parent | 6ae7142840a0f5dd28fb0623dbd88d82d6b29f7a (diff) | |
download | unit-a88e857b5b4100bb62be8a73c1badd999561b328.tar.gz unit-a88e857b5b4100bb62be8a73c1badd999561b328.tar.bz2 |
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.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changes.xml | 7 |
1 files changed, 7 insertions, 0 deletions
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. </para> </change> +<change type="feature"> +<para> +$request_id variable contains a string that is formed using random data and +can be used as a unique request identifier. +</para> +</change> + </changes> |