diff xml/en/docs/http/ngx_http_core_module.xml @ 771:47ad88faaa3f

$msec and $request_time have become generic variables in 1.3.9.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 22 Nov 2012 12:41:16 +0000
parents d71e56d56ada
children 32b8498cfb40
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Tue Nov 20 06:52:11 2012 +0000
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Thu Nov 22 12:41:16 2012 +0000
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="11">
+        rev="12">
 
 <section id="directives" name="Directives">
 
@@ -2789,6 +2789,11 @@
 see <link id="limit_rate"/>
 </tag-desc>
 
+<tag-name id="var_msec"><var>$msec</var></tag-name>
+<tag-desc>
+current time in seconds with a milliseconds resolution (1.3.9)
+</tag-desc>
+
 <tag-name id="var_nginx_version"><var>$nginx_version</var></tag-name>
 <tag-desc>
 nginx version
@@ -2883,6 +2888,12 @@
 “<literal>GET</literal>” or “<literal>POST</literal>”
 </tag-desc>
 
+<tag-name id="var_request_time"><var>$request_time</var></tag-name>
+<tag-desc>
+request processing time in seconds with a milliseconds resolution (1.3.9);
+time elapsed since the first bytes were read from the client
+</tag-desc>
+
 <tag-name id="var_request_uri"><var>$request_uri</var></tag-name>
 <tag-desc>
 full original request URI (with arguments)