comparison xml/en/docs/faq/chunked_encoding_from_backend.xml @ 2831:4add6ae1296f

Updated links to datatracker.ietf.org.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 26 Jan 2022 16:26:47 +0300
parents 66a30a380fba
children
comparison
equal deleted inserted replaced
2830:419b081fd2fa 2831:4add6ae1296f
33 </para> 33 </para>
34 34
35 <para> 35 <para>
36 <initial>A:</initial> 36 <initial>A:</initial>
37 Your backend violates HTTP specification (see 37 Your backend violates HTTP specification (see
38 <link url="https://tools.ietf.org/html/rfc2616#section-3.6">RFC 2616, 38 <link url="https://datatracker.ietf.org/doc/html/rfc2616#section-3.6">RFC 2616,
39 "3.6 Transfer Codings"</link>). 39 "3.6 Transfer Codings"</link>).
40 The "chunked" transfer-codings must not be used with HTTP/1.0. 40 The "chunked" transfer-codings must not be used with HTTP/1.0.
41 You’d need to either fix your backend application or upgrade 41 You’d need to either fix your backend application or upgrade
42 to nginx version 1.1.4 and newer, where an additional code 42 to nginx version 1.1.4 and newer, where an additional code
43 was introduced to handle such erratic backend behavior. 43 was introduced to handle such erratic backend behavior.