# HG changeset patch # User Yaroslav Zhuravlev # Date 1618322788 -3600 # Node ID c1d62e514b3caf36eea85b244d3f1a2648316991 # Parent 4f44386a16b172ffe313d9c0ce2915228eac416c Documented the $connection_time variable. diff --git a/xml/en/docs/http/ngx_http_core_module.xml b/xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml +++ b/xml/en/docs/http/ngx_http_core_module.xml @@ -10,7 +10,7 @@ + rev="96">
@@ -3071,6 +3071,11 @@ connection serial number (1.3.8, 1.2.5) current number of requests made through a connection (1.3.8, 1.2.5) +$connection_time + +connection time in seconds with a milliseconds resolution (1.19.10) + + $content_length
Content-Length
request header field diff --git a/xml/ru/docs/http/ngx_http_core_module.xml b/xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml +++ b/xml/ru/docs/http/ngx_http_core_module.xml @@ -10,7 +10,7 @@ + rev="96">
@@ -3071,6 +3071,11 @@ location /download/ { текущее число запросов в соединении (1.3.8, 1.2.5) +$connection_time + +время соединения в секундах с точностью до миллисекунд (1.19.10) + + $content_length поле
Content-Length
заголовка запроса