changeset 1721:737c86e8b316

Clarified meaning of the $request_id variable.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 06 Jun 2016 12:25:16 +0300
parents b536cb3dbccf
children 61aca81458a0
files xml/en/docs/http/ngx_http_core_module.xml xml/ru/docs/http/ngx_http_core_module.xml
diffstat 2 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml
+++ b/xml/en/docs/http/ngx_http_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="57">
+        rev="58">
 
 <section id="directives" name="Directives">
 
@@ -3082,7 +3082,8 @@ directives, and the request URI
 
 <tag-name id="var_request_id"><var>$request_id</var></tag-name>
 <tag-desc>
-unique request identifier (1.11.0)
+unique request identifier
+generated from 16 random bytes, in hexadecimal (1.11.0)
 </tag-desc>
 
 <tag-name id="var_request_length"><var>$request_length</var></tag-name>
--- a/xml/ru/docs/http/ngx_http_core_module.xml
+++ b/xml/ru/docs/http/ngx_http_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_core_module"
         link="/ru/docs/http/ngx_http_core_module.html"
         lang="ru"
-        rev="57">
+        rev="58">
 
 <section id="directives" name="Директивы">
 
@@ -3078,7 +3078,8 @@ scgi_pass_request_body off</link>
 
 <tag-name id="var_request_id"><var>$request_id</var></tag-name>
 <tag-desc>
-уникальный идентификатор запроса (1.11.0)
+уникальный идентификатор запроса,
+сформированный из 16 случайных байт, в шестнадцатеричном виде (1.11.0)
 </tag-desc>
 
 <tag-name id="var_request_length"><var>$request_length</var></tag-name>