changeset 451:6351ab788157

Documented $request_time more precisely.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 19 Mar 2012 20:40:38 +0000
parents 4dd4a9407241
children e9a2a856d76b
files xml/en/docs/http/ngx_http_log_module.xml xml/ru/docs/http/ngx_http_log_module.xml
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_log_module.xml	Fri Mar 16 07:00:48 2012 +0000
+++ b/xml/en/docs/http/ngx_http_log_module.xml	Mon Mar 19 20:40:38 2012 +0000
@@ -167,8 +167,8 @@
 <tag-name><var>$request_time</var></tag-name>
 <tag-desc>
 request processing time in seconds with a milliseconds resolution;
-time elapsed since first bytes were read from the client till
-last bytes were sent to client and logging happened
+time elapsed between the first bytes were read from the client and
+the log write after the last bytes were sent to the client
 </tag-desc>
 
 <tag-name><var>$status</var></tag-name>
--- a/xml/ru/docs/http/ngx_http_log_module.xml	Fri Mar 16 07:00:48 2012 +0000
+++ b/xml/ru/docs/http/ngx_http_log_module.xml	Mon Mar 19 20:40:38 2012 +0000
@@ -164,7 +164,7 @@
 <tag-desc>
 время обработки запроса в секундах с точностью до миллисекунд;
 время, прошедшее с момента чтения первых байт от клиента до
-момента отправки последних байт клиенту и записи в лог
+момента записи в лог после отправки последних байт клиенту
 </tag-desc>
 
 <tag-name><var>$status</var></tag-name>