comparison xml/en/docs/http/ngx_http_core_module.xml @ 140:b9e5155d8f5d

Removed excessive quotes.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 24 Oct 2011 13:01:12 +0000
parents 72524ae53106
children 370cf5ccd3ca
comparison
equal deleted inserted replaced
139:a2c1922d5401 140:b9e5155d8f5d
615 615
616 <para> 616 <para>
617 The first argument sets a timeout during which a keep-alive 617 The first argument sets a timeout during which a keep-alive
618 client connection will stay open on the server side. 618 client connection will stay open on the server side.
619 The optional second argument sets a value in the 619 The optional second argument sets a value in the
620 <dq><header>Keep-Alive: timeout=<argument>time</argument></header></dq> 620 <header>Keep-Alive: timeout=<argument>time</argument></header>
621 response header. 621 response header.
622 Two arguments may differ. 622 Two arguments may differ.
623 </para> 623 </para>
624 624
625 <para> 625 <para>
626 The 626 The
627 <dq><header>Keep-Alive: timeout=</header></dq> 627 <header>Keep-Alive: timeout=</header>
628 is understood by Mozilla and Konqueror. 628 is understood by Mozilla and Konqueror.
629 MSIE will close keep-alive connection in about 60 seconds. 629 MSIE will close keep-alive connection in about 60 seconds.
630 </para> 630 </para>
631 631
632 </directive> 632 </directive>