# HG changeset patch # User Ruslan Ermilov # Date 1360241992 -14400 # Node ID e0263d44a59b2cb444b772ca3fba9dacdc80c870 # Parent 1a6cb3e282feff60da8204ae48f9343b9dc81774 Http core: documented "keepalive_timeout 0". diff -r 1a6cb3e282fe -r e0263d44a59b xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Wed Feb 06 17:30:00 2013 +0400 +++ b/xml/en/docs/http/ngx_http_core_module.xml Thu Feb 07 16:59:52 2013 +0400 @@ -10,7 +10,7 @@ + rev="16">
@@ -862,6 +862,7 @@ The first parameter sets a timeout during which a keep-alive client connection will stay open on the server side. +The value of zero disables keep-alive client connections. The optional second parameter sets a value in the
Keep-Alive: timeout=time
response header field. diff -r 1a6cb3e282fe -r e0263d44a59b xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml Wed Feb 06 17:30:00 2013 +0400 +++ b/xml/ru/docs/http/ngx_http_core_module.xml Thu Feb 07 16:59:52 2013 +0400 @@ -10,7 +10,7 @@ + rev="16">
@@ -849,6 +849,7 @@ Первый параметр задаёт таймаут, в течение которого keep-alive соединение с клиентом не будет закрыто со стороны сервера. +Значение 0 запрещает keep-alive соединения с клиентами. Второй необязательный параметр задаёт значение в поле
Keep-Alive: timeout=время
заголовка ответа.