[nginx-site] Documented proxy_allow_duplicate_chunked.

Maxim Dounin mdounin at mdounin.ru
Tue Aug 26 15:07:11 UTC 2025


details:   http://freenginx.org/hg/nginx-site/rev/851fed1c6352
branches:  
changeset: 3116:851fed1c6352
user:      Maxim Dounin <mdounin at mdounin.ru>
date:      Sat Aug 23 02:35:32 2025 +0300
description:
Documented proxy_allow_duplicate_chunked.

diffstat:

 xml/en/docs/http/ngx_http_proxy_module.xml |  18 +++++++++++++++++-
 xml/ru/docs/http/ngx_http_proxy_module.xml |  18 +++++++++++++++++-
 2 files changed, 34 insertions(+), 2 deletions(-)

diffs (70 lines):

diff --git a/xml/en/docs/http/ngx_http_proxy_module.xml b/xml/en/docs/http/ngx_http_proxy_module.xml
--- a/xml/en/docs/http/ngx_http_proxy_module.xml
+++ b/xml/en/docs/http/ngx_http_proxy_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_proxy_module"
         link="/en/docs/http/ngx_http_proxy_module.html"
         lang="en"
-        rev="80">
+        rev="81">
 
 <section id="summary">
 
@@ -39,6 +39,22 @@ location / {
 
 <section id="directives" name="Directives">
 
+<directive name="proxy_allow_duplicate_chunked">
+<syntax><literal>on</literal> | <literal>off</literal></syntax>
+<default>off</default>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+<appeared-in>1.29.1</appeared-in>
+
+<para>
+Enables handling of responses with duplicate
+<header>Transfer-Encoding: chunked</header> header fields.
+By default, such responses are rejected since version 1.23.0.
+</para>
+
+</directive>
+
 <directive name="proxy_allow_http09">
 <syntax><literal>on</literal> | <literal>off</literal></syntax>
 <default>off</default>
diff --git a/xml/ru/docs/http/ngx_http_proxy_module.xml b/xml/ru/docs/http/ngx_http_proxy_module.xml
--- a/xml/ru/docs/http/ngx_http_proxy_module.xml
+++ b/xml/ru/docs/http/ngx_http_proxy_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_proxy_module"
         link="/ru/docs/http/ngx_http_proxy_module.html"
         lang="ru"
-        rev="80">
+        rev="81">
 
 <section id="summary">
 
@@ -39,6 +39,22 @@ location / {
 
 <section id="directives" name="Директивы">
 
+<directive name="proxy_allow_duplicate_chunked">
+<syntax><literal>on</literal> | <literal>off</literal></syntax>
+<default>off</default>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+<appeared-in>1.29.1</appeared-in>
+
+<para>
+Разрешает обработку ответов, содержащих дублирующиеся
+поля заголовка <header>Transfer-Encoding: chunked</header>.
+По умолчанию такие ответы отвергаются начиная с версии 1.23.0.
+</para>
+
+</directive>
+
 <directive name="proxy_allow_http09">
 <syntax><literal>on</literal> | <literal>off</literal></syntax>
 <default>off</default>


More information about the nginx-devel mailing list