comparison xml/en/docs/faq/chunked_encoding_from_backend.xml @ 374:a413dffb0557

Replaced "a href" with "link doc" / "link url".
author Ruslan Ermilov <ru@nginx.com>
date Mon, 30 Jan 2012 10:39:42 +0000
parents 19c060caf965
children be54c443235a
comparison
equal deleted inserted replaced
373:e179a6487bbd 374:a413dffb0557
28 </para> 28 </para>
29 29
30 <para> 30 <para>
31 <initial>A:</initial> 31 <initial>A:</initial>
32 Your backend violates HTTP specification (see 32 Your backend violates HTTP specification (see
33 <a href="http://tools.ietf.org/html/rfc2616#section-3.6">RFC 2616, 33 <link url="http://tools.ietf.org/html/rfc2616#section-3.6">RFC 2616,
34 "3.6 Transfer Codings"</a>). 34 "3.6 Transfer Codings"</link>).
35 The "chunked" transfer-codings must not be used with HTTP/1.0. 35 The "chunked" transfer-codings must not be used with HTTP/1.0.
36 You'd need to either fix your backend application or upgrade 36 You'd need to either fix your backend application or upgrade
37 to nginx version 1.1.4 and newer, where an additional code 37 to nginx version 1.1.4 and newer, where an additional code
38 was introduced to handle such erratic backend behavior. 38 was introduced to handle such erratic backend behavior.
39 </para> 39 </para>