diff xml/en/docs/faq/chunked_encoding_from_backend.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 af3f38e349eb
children 4add6ae1296f
line wrap: on
line diff
--- a/xml/en/docs/faq/chunked_encoding_from_backend.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/en/docs/faq/chunked_encoding_from_backend.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -8,7 +8,7 @@
                responses from my backend properly?"
          link="/en/docs/faq/chunked_encoding_from_backend.html"
          lang="en"
-         rev="1">
+         rev="2">
 
 <section>
 
@@ -35,7 +35,7 @@
 <para>
 <initial>A:</initial>
 Your backend violates HTTP specification (see
-<link url="http://tools.ietf.org/html/rfc2616#section-3.6">RFC 2616,
+<link url="https://tools.ietf.org/html/rfc2616#section-3.6">RFC 2616,
 "3.6 Transfer Codings"</link>).
 The "chunked" transfer-codings must not be used with HTTP/1.0.
 You’d need to either fix your backend application or upgrade