comparison xml/en/docs/http/ngx_http_core_module.xml @ 779:32b8498cfb40

$msec and $request_time have become generic variables in 1.2.6.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 11 Dec 2012 07:59:40 +0000
parents 47ad88faaa3f
children 7c72c3e67e77
comparison
equal deleted inserted replaced
778:cd73f6e9aaf3 779:32b8498cfb40
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_core_module" 10 <module name="Module ngx_http_core_module"
11 link="/en/docs/http/ngx_http_core_module.html" 11 link="/en/docs/http/ngx_http_core_module.html"
12 lang="en" 12 lang="en"
13 rev="12"> 13 rev="13">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="aio"> 17 <directive name="aio">
18 <syntax> 18 <syntax>
2789 see <link id="limit_rate"/> 2789 see <link id="limit_rate"/>
2790 </tag-desc> 2790 </tag-desc>
2791 2791
2792 <tag-name id="var_msec"><var>$msec</var></tag-name> 2792 <tag-name id="var_msec"><var>$msec</var></tag-name>
2793 <tag-desc> 2793 <tag-desc>
2794 current time in seconds with a milliseconds resolution (1.3.9) 2794 current time in seconds with a milliseconds resolution (1.3.9, 1.2.6)
2795 </tag-desc> 2795 </tag-desc>
2796 2796
2797 <tag-name id="var_nginx_version"><var>$nginx_version</var></tag-name> 2797 <tag-name id="var_nginx_version"><var>$nginx_version</var></tag-name>
2798 <tag-desc> 2798 <tag-desc>
2799 nginx version 2799 nginx version
2888 “<literal>GET</literal>” or “<literal>POST</literal>” 2888 “<literal>GET</literal>” or “<literal>POST</literal>”
2889 </tag-desc> 2889 </tag-desc>
2890 2890
2891 <tag-name id="var_request_time"><var>$request_time</var></tag-name> 2891 <tag-name id="var_request_time"><var>$request_time</var></tag-name>
2892 <tag-desc> 2892 <tag-desc>
2893 request processing time in seconds with a milliseconds resolution (1.3.9); 2893 request processing time in seconds with a milliseconds resolution
2894 (1.3.9, 1.2.6);
2894 time elapsed since the first bytes were read from the client 2895 time elapsed since the first bytes were read from the client
2895 </tag-desc> 2896 </tag-desc>
2896 2897
2897 <tag-name id="var_request_uri"><var>$request_uri</var></tag-name> 2898 <tag-name id="var_request_uri"><var>$request_uri</var></tag-name>
2898 <tag-desc> 2899 <tag-desc>