comparison xml/en/docs/http/ngx_http_core_module.xml @ 1923:66a30a380fba

Fixed links to tools.ietf.org.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 06 Mar 2017 16:02:23 +0300
parents f024ac0ec5c7
children 408eed0bf491
comparison
equal deleted inserted replaced
1922:94493c0ff5f6 1923:66a30a380fba
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_core_module" 10 <module name="Module ngx_http_core_module"
11 link="/en/docs/http/ngx_http_core_module.html" 11 link="/en/docs/http/ngx_http_core_module.html"
12 lang="en" 12 lang="en"
13 rev="68"> 13 rev="69">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="absolute_redirect"> 17 <directive name="absolute_redirect">
18 <syntax><literal>on</literal> | <literal>off</literal></syntax> 18 <syntax><literal>on</literal> | <literal>off</literal></syntax>
1328 </tag-name> 1328 </tag-name>
1329 <tag-desc> 1329 <tag-desc>
1330 enables 1330 enables
1331 “<link url="http://en.wikipedia.org/wiki/TCP_Fast_Open">TCP Fast Open</link>” 1331 “<link url="http://en.wikipedia.org/wiki/TCP_Fast_Open">TCP Fast Open</link>”
1332 for the listening socket (1.5.8) and 1332 for the listening socket (1.5.8) and
1333 <link url="http://tools.ietf.org/html/rfc7413#section-5.1">limits</link> 1333 <link url="https://tools.ietf.org/html/rfc7413#section-5.1">limits</link>
1334 the maximum length for the queue of connections that have not yet completed 1334 the maximum length for the queue of connections that have not yet completed
1335 the three-way handshake. 1335 the three-way handshake.
1336 <note> 1336 <note>
1337 Do not enable this feature unless the server can handle 1337 Do not enable this feature unless the server can handle
1338 receiving the 1338 receiving the
1339 <link url="http://tools.ietf.org/html/rfc7413#section-6.1"> 1339 <link url="https://tools.ietf.org/html/rfc7413#section-6.1">
1340 same SYN packet with data</link> more than once. 1340 same SYN packet with data</link> more than once.
1341 </note> 1341 </note>
1342 </tag-desc> 1342 </tag-desc>
1343 1343
1344 <tag-name> 1344 <tag-name>