Add configuration options for the most-important connection limits:
authorreyk <reyk@openbsd.org>
Tue, 5 Aug 2014 18:01:10 +0000 (18:01 +0000)
committerreyk <reyk@openbsd.org>
Tue, 5 Aug 2014 18:01:10 +0000 (18:01 +0000)
commit7a5a4a1150979c1565bcd90d771aef936b4d2f17
treed9800a15c28aa8f58c1b3ddc2523bcb05684d391
parent4e9c217f7e3156cff1bf7c761bc6c66971100e7e
Add configuration options for the most-important connection limits:
max requests (per connection) and timeout.  We don't want to add too
many button, and there are good defaults, but these ones are kind of
mandatory.
etc/examples/httpd.conf
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