diff 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
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="68">
+        rev="69">
 
 <section id="directives" name="Directives">
 
@@ -1330,13 +1330,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/rfc7413#section-5.1">limits</link>
+<link url="https://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/rfc7413#section-6.1">
+<link url="https://tools.ietf.org/html/rfc7413#section-6.1">
 same SYN packet with data</link> more than once.
 </note>
 </tag-desc>