# HG changeset patch # User Yaroslav Zhuravlev # Date 1450365528 -10800 # Node ID 0ba4b2e561bdcd5de4e646c6f8af33f548ed980f # Parent 46005596f2216c5bd44eea8bd0fc3fd96373ac19 Added 502 error to the "queue" directive. diff -r 46005596f221 -r 0ba4b2e561bd xml/en/docs/http/ngx_http_upstream_module.xml --- a/xml/en/docs/http/ngx_http_upstream_module.xml Sat Dec 12 10:40:08 2015 +0300 +++ b/xml/en/docs/http/ngx_http_upstream_module.xml Thu Dec 17 18:18:48 2015 +0300 @@ -10,7 +10,7 @@ + rev="45">
@@ -916,7 +916,8 @@ 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 -r 46005596f221 -r 0ba4b2e561bd xml/ru/docs/http/ngx_http_upstream_module.xml --- a/xml/ru/docs/http/ngx_http_upstream_module.xml Sat Dec 12 10:40:08 2015 +0300 +++ b/xml/ru/docs/http/ngx_http_upstream_module.xml Thu Dec 17 18:18:48 2015 +0300 @@ -10,7 +10,7 @@ + rev="45">
@@ -921,7 +921,8 @@ Если очередь переполнена или за время, задаваемое параметром timeout, так и не удастся выбрать сервер для передачи ему запроса, -клиенту будет возвращена ошибка. +клиенту будет возвращена ошибка +.