Limit the body size in client requests (eg. POST data) to 1M by default;
authorreyk <reyk@openbsd.org>
Wed, 6 Aug 2014 18:21:14 +0000 (18:21 +0000)
committerreyk <reyk@openbsd.org>
Wed, 6 Aug 2014 18:21:14 +0000 (18:21 +0000)
commit4dd188b55f77c2a41c9fb2bab693e78aab8c0bbc
treeee18d46de3350d8e45475a0d9d518acaaf8fec2f
parent65176e238ceb98930779c0bda7fe913bcd05325a
Limit the body size in client requests (eg. POST data) to 1M by default;
add a configuration option to change the limit.

ok florian@
usr.sbin/httpd/config.c
usr.sbin/httpd/httpd.conf.5
usr.sbin/httpd/httpd.h
usr.sbin/httpd/parse.y
usr.sbin/httpd/server_http.c