diff xml/en/docs/faq/chunked_encoding_from_backend.xml @ 198:ec4626d04879

- Bulk commit following discussion in devrep
author Andrey Alexeev <andrew@nginx.com>
date Wed, 23 Nov 2011 16:31:50 +0000
parents aafe530e7d6f
children 19c060caf965
line wrap: on
line diff
--- a/xml/en/docs/faq/chunked_encoding_from_backend.xml	Wed Nov 23 15:48:27 2011 +0000
+++ b/xml/en/docs/faq/chunked_encoding_from_backend.xml	Wed Nov 23 16:31:50 2011 +0000
@@ -29,9 +29,9 @@
 
 <para>
 <initial>A:</initial>
-Your backend violates HTTP/1.0 specification (see
+Your backend violates HTTP specification (see
 <a href="http://tools.ietf.org/html/rfc2616#section-3.6">RFC 2616,
-"3.6 Transfer Codings"</a>
+"3.6 Transfer Codings"</a>).
 The "chunked" transfer-codings must not be used with HTTP/1.0.
 You'd need to either fix your backend application or upgrade
 to nginx version 1.1.4 and newer, where an additional code