comparison xml/en/docs/http/ngx_http_core_module.xml @ 252:6f710464be38

Applied nitpicking by Maxim Dounin, translated into English.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 19 Dec 2011 13:06:15 +0000
parents 6bfacf7124c6
children 945d7299c26c
comparison
equal deleted inserted replaced
251:16b66bbe1349 252:6f710464be38
580 <context>http</context> 580 <context>http</context>
581 <context>server</context> 581 <context>server</context>
582 582
583 <para> 583 <para>
584 Controls whether header fields with invalid names should be ignored. 584 Controls whether header fields with invalid names should be ignored.
585 Valid names consist of English letters, digits, hyphens, and possibly 585 Valid names are composed of English letters, digits, hyphens, and possibly
586 underscores (as controlled by the <link id="underscores_in_headers"/> 586 underscores (as controlled by the <link id="underscores_in_headers"/>
587 directive). 587 directive).
588 </para> 588 </para>
589 589
590 </directive> 590 </directive>
648 <para> 648 <para>
649 Disables keep-alive connections with misbehaving browsers. 649 Disables keep-alive connections with misbehaving browsers.
650 The <argument>browser</argument> arguments specify which 650 The <argument>browser</argument> arguments specify which
651 browsers will be affected. 651 browsers will be affected.
652 The value <value>msie6</value> disables keep-alive connections 652 The value <value>msie6</value> disables keep-alive connections
653 with some old versions of MSIE, after seeing a POST request. 653 with old versions of MSIE, after seeing a POST request.
654 The value <value>safari</value> disables keep-alive connections 654 The value <value>safari</value> disables keep-alive connections
655 with Safari browsers. 655 with Safari browsers.
656 The value <value>none</value> enables keep-alive connections 656 The value <value>none</value> enables keep-alive connections
657 with all browsers. 657 with all browsers.
658 </para> 658 </para>