[PATCH] Removed $upstream_queue_time, missed in 3043:9eadb98ec770

Maxim Dounin mdounin at mdounin.ru
Mon Aug 12 04:48:46 UTC 2024


# HG changeset patch
# User Maxim Dounin <mdounin at mdounin.ru>
# Date 1723438004 -10800
#      Mon Aug 12 07:46:44 2024 +0300
# Node ID a52c1f1493bf940a2e039f566587c9a5e7e2bb68
# Parent  ca4c8ac67c0ebb9d3c09f295b667d452ac709ede
Removed $upstream_queue_time, missed in 3043:9eadb98ec770.

diff --git a/xml/en/docs/http/ngx_http_upstream_module.xml b/xml/en/docs/http/ngx_http_upstream_module.xml
--- a/xml/en/docs/http/ngx_http_upstream_module.xml
+++ b/xml/en/docs/http/ngx_http_upstream_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_upstream_module"
         link="/en/docs/http/ngx_http_upstream_module.html"
         lang="en"
-        rev="91">
+        rev="92">
 
 <section id="summary">
 
@@ -637,16 +637,6 @@ as for the variables that start with the
 Only the header fields from the response of the last server are saved.
 </tag-desc>
 
-<tag-name id="var_upstream_queue_time"><var>$upstream_queue_time</var></tag-name>
-<tag-desc>
-keeps time the request spent in the upstream <link id="queue">queue</link>
-(1.13.9);
-the time is kept in seconds with millisecond resolution.
-Times of several responses
-are separated by commas and colons like addresses in the
-<link id="var_upstream_addr">$upstream_addr</link> variable.
-</tag-desc>
-
 <tag-name id="var_upstream_response_length"><var>$upstream_response_length</var>
 </tag-name>
 <tag-desc>
diff --git a/xml/ru/docs/http/ngx_http_upstream_module.xml b/xml/ru/docs/http/ngx_http_upstream_module.xml
--- a/xml/ru/docs/http/ngx_http_upstream_module.xml
+++ b/xml/ru/docs/http/ngx_http_upstream_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_upstream_module"
         link="/ru/docs/http/ngx_http_upstream_module.html"
         lang="ru"
-        rev="91">
+        rev="92">
 
 <section id="summary">
 
@@ -646,16 +646,6 @@ server {
 последнего сервера.
 </tag-desc>
 
-<tag-name id="var_upstream_queue_time"><var>$upstream_queue_time</var></tag-name>
-<tag-desc>
-хранит время, проведённое запросом в <link id="queue">очереди</link>
-(1.13.9);
-время хранится в секундах с точностью до миллисекунд.
-Времена нескольких ответов
-разделяются запятыми и двоеточиями подобно адресам в переменной
-<link id="var_upstream_addr">$upstream_addr</link>.
-</tag-desc>
-
 <tag-name id="var_upstream_response_length"><var>$upstream_response_length</var>
 </tag-name>
 <tag-desc>


More information about the nginx-devel mailing list