summary refs log tree commit diff
path: root/FEATURES
diff options
context:
space:
mode:
authorelx <me@ellcs.de>2022-02-06 15:43:09 +0100
committerLeah Neukirchen <leah@vuxu.org>2022-02-07 14:52:57 +0100
commit22c4b19416a86f9218d1832bc2519cfb97c1535f (patch)
tree9258a154ff15164c89018149cce5e7ffaf27d008 /FEATURES
parentbdc22f5a1e5d2eae014319daa07e8efcc61da27e (diff)
downloadhittpd-22c4b19416a86f9218d1832bc2519cfb97c1535f.tar.gz
hittpd-22c4b19416a86f9218d1832bc2519cfb97c1535f.tar.xz
hittpd-22c4b19416a86f9218d1832bc2519cfb97c1535f.zip
Close clients when max clients exceeded
After compiling with `-fsanitize=address`, you can see that
hittpd would crash with the following commands:

  ulimit -n 4096; ./hittpd
  for i in {1..1024}; do (echo ""; sleep 5) > /dev/tcp/127.0.0.1/80 & done
Diffstat (limited to 'FEATURES')
0 files changed, 0 insertions, 0 deletions