aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/doc/src/httpd.xml
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2017-09-13 10:36:06 +0200
committerErlang/OTP <[email protected]>2017-09-13 10:36:06 +0200
commit6f09e2fe50a614fcc368c17410a23498f0cc2d6a (patch)
tree26ad28beb3b7228485f37d774151a4eb316f4e5d /lib/inets/doc/src/httpd.xml
parenta230f26086b3db9097f06d4bb91fb3b2e9379c77 (diff)
parent4e1b1fd249c07676823513cad7f3845a8b9bbe95 (diff)
downloadotp-6f09e2fe50a614fcc368c17410a23498f0cc2d6a.tar.gz
otp-6f09e2fe50a614fcc368c17410a23498f0cc2d6a.tar.bz2
otp-6f09e2fe50a614fcc368c17410a23498f0cc2d6a.zip
Merge branch 'ingela/inets/httpd-chunk-post/OTP-14450' into maint-20
* ingela/inets/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>