# HG changeset patch # User Yaroslav Zhuravlev # Date 1450365528 -10800 # Node ID 0ba4b2e561bdcd5de4e646c6f8af33f548ed980f # Parent 46005596f2216c5bd44eea8bd0fc3fd96373ac19 Added 502 error to the "queue" directive. 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 @@ + rev="45">
@@ -916,7 +916,8 @@ at the same time. If the queue is filled up, or the server to pass the request to cannot be selected within the time period specified in the timeout parameter, -an error will be returned to the client. +the +error will be returned to the client. 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 @@ + rev="45">
@@ -921,7 +921,8 @@ match server_ok { Если очередь переполнена или за время, задаваемое параметром timeout, так и не удастся выбрать сервер для передачи ему запроса, -клиенту будет возвращена ошибка. +клиенту будет возвращена ошибка +.