diff options
author | Zhidao HONG <z.hong@f5.com> | 2022-10-12 08:21:02 +0800 |
---|---|---|
committer | Zhidao HONG <z.hong@f5.com> | 2022-10-12 08:21:02 +0800 |
commit | 7aa6b0629897235684961dfb9aa16e226efa27e6 (patch) | |
tree | 7eb408ef4de063fe997dd334fe1b75e52819e6ac /docs | |
parent | 08dab702cb4140613e942b86f54824b3c7dea2ad (diff) | |
download | unit-7aa6b0629897235684961dfb9aa16e226efa27e6.tar.gz unit-7aa6b0629897235684961dfb9aa16e226efa27e6.tar.bz2 |
HTTP: added a $request_time variable.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changes.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 8f871eb1..91cf8fe3 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -37,6 +37,12 @@ support rack v3 in ruby applications. </para> </change> +<change type="feature"> +<para> +the $request_time variable contains the request processing time. +</para> +</change> + <change type="bugfix"> <para> fix HTTP cookie parsing when the value contains an equals sign. |