aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/doc/src/httpd.xml
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2017-09-13 10:30:59 +0200
committerIngela Anderton Andin <[email protected]>2017-09-13 10:30:59 +0200
commit4cbca1b8d4a62e99fabb0e2c164424cb4cde0608 (patch)
tree2c18cb92a7fe5dbca9e2f81ae4104e413dd1734f /lib/inets/doc/src/httpd.xml
parentdbd613abcddf8c8ac7b837e1bf57f49070eb8d3a (diff)
parent09bb6334705f6b8474034d537685e135521fe4a3 (diff)
downloadotp-4cbca1b8d4a62e99fabb0e2c164424cb4cde0608.tar.gz
otp-4cbca1b8d4a62e99fabb0e2c164424cb4cde0608.tar.bz2
otp-4cbca1b8d4a62e99fabb0e2c164424cb4cde0608.zip
Merge branch 'ingela/inets/maint/httpd-chunk-post/OTP-14450' into maint
* ingela/inets/maint/httpd-chunk-post/OTP-14450: inets: httpd correct server_name environment value inets: httpd - Add chunk handling of client data
Diffstat (limited to 'lib/inets/doc/src/httpd.xml')
-rw-r--r--lib/inets/doc/src/httpd.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/lib/inets/doc/src/httpd.xml b/lib/inets/doc/src/httpd.xml
index d74635fc01..edf8731a82 100644
--- a/lib/inets/doc/src/httpd.xml
+++ b/lib/inets/doc/src/httpd.xml
@@ -279,7 +279,18 @@
requests defined by <c>max_keep_alive_requests</c>, the server
closes the connection. The server closes it even if there are
queued request. Default is no limit.</p>
- </item>
+ </item>
+
+
+ <tag><marker id="max_client_body_chunk"></marker>{max_client_body_chunk, integer()}</tag>
+ <item>
+ <p>Enforces chunking of a HTTP PUT or POST body data to be deliverd
+ to the mod_esi callback. Note this is not supported for mod_cgi.
+ Default is no limit e.i the whole body is deliverd as one entity, which could
+ be very memory consuming. <seealso marker="mod_esi">mod_esi(3)</seealso>.
+ </p>
+ </item>
+
</taglist>
<marker id="props_admin"></marker>