enable the keepalive_requests config option
commit46d79be0ad3de48ef0a677537becb3508ccad31e
authorEric Wong <normalperson@yhbt.net>
Tue, 28 Dec 2010 01:14:43 +0000 (28 01:14 +0000)
committerEric Wong <normalperson@yhbt.net>
Tue, 28 Dec 2010 01:34:49 +0000 (28 01:34 +0000)
treed04ae95b99c7bee6a1e72fb050685403bcdc4a5d
parentef66567984780b2ce8daa155c367bcf7e049ab77
enable the keepalive_requests config option

This will allow servers to limit the number of keepalive
requests that can be made over a single connection to
prevent denial-of-service and also to improve fairness
in load-balancing.
lib/rainbows/configurator.rb
lib/rainbows/http_server.rb
t/t0040-keepalive_requests-setting.sh [new file with mode: 0755]