HTTP: added a $request_time variable.

This commit is contained in:
Zhidao HONG
2022-10-12 08:21:02 +08:00
parent 08dab702cb
commit 7aa6b06298
4 changed files with 43 additions and 0 deletions

View File

@@ -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.