[#]
http://marc.info/?l=openbsd-cvs&m=140734929427456&w=2
openbsd-cvs(obsdave,2) — All
2014-08-06 22:55:06
Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/06 12:21:14
Modified files:
usr.sbin/httpd : config.c httpd.conf.5 httpd.h parse.y
server_http.c
Log message:
Limit the body size in client requests (eg. POST data) to 1M by default;
add a configuration option to change the limit.
ok florian@