diff xml/en/docs/http/ngx_http_core_module.xml @ 1633:eb6409ad9dca

Fixed link to TCP Fast Open RFC.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 25 Dec 2015 14:41:31 +0300
parents 88ad8fcea975
children 44c4323144c5
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Wed Dec 23 20:09:52 2015 +0000
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Fri Dec 25 14:41:31 2015 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="50">
+        rev="51">
 
 <section id="directives" name="Directives">
 
@@ -1285,13 +1285,13 @@
 enables
 “<link url="http://en.wikipedia.org/wiki/TCP_Fast_Open">TCP Fast Open</link>”
 for the listening socket (1.5.8) and
-<link url="http://tools.ietf.org/html/draft-ietf-tcpm-fastopen#section-5.1">limits</link>
+<link url="http://tools.ietf.org/html/rfc7413#section-5.1">limits</link>
 the maximum length for the queue of connections that have not yet completed
 the three-way handshake.
 <note>
 Do not enable this feature unless the server can handle
 receiving the
-<link url="http://tools.ietf.org/html/draft-ietf-tcpm-fastopen#section-6.1">
+<link url="http://tools.ietf.org/html/rfc7413#section-6.1">
 same SYN packet with data</link> more than once.
 </note>
 </tag-desc>