# HG changeset patch # User Ruslan Ermilov # Date 1319461272 0 # Node ID b9e5155d8f5df519e750c18015fff44446d2a288 # Parent a2c1922d540163a6aa1094216643346366bc8aa3 Removed excessive quotes. diff -r a2c1922d5401 -r b9e5155d8f5d xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Mon Oct 24 09:06:38 2011 +0000 +++ b/xml/en/docs/http/ngx_http_core_module.xml Mon Oct 24 13:01:12 2011 +0000 @@ -617,14 +617,14 @@ The first argument sets a timeout during which a keep-alive client connection will stay open on the server side. The optional second argument sets a value in the -
Keep-Alive: timeout=time
+
Keep-Alive: timeout=time
response header. Two arguments may differ. The -
Keep-Alive: timeout=
+
Keep-Alive: timeout=
is understood by Mozilla and Konqueror. MSIE will close keep-alive connection in about 60 seconds.