From e782d9cf91c4b5b92897032277c795126d404889 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 19 Oct 2023 06:36:35 +0000 Subject: Fix custom response, get rid of secondary static stralloc Signed-off-by: Laurent Bercot --- doc/tipidee-config.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/tipidee-config.html') diff --git a/doc/tipidee-config.html b/doc/tipidee-config.html index c56c248..4e3433d 100644 --- a/doc/tipidee-config.html +++ b/doc/tipidee-config.html @@ -108,7 +108,7 @@ static — and that means incompressible RAM. By contrast, a cdb file is mapped read-only, so its pages are shared clean, which means it's essentially free.
  • tipideed is exposed to the network. You -want to its attack surface to be as small as possible. Taking the parsing code +want its attack surface to be as small as possible. Taking the parsing code out of it goes a long way — admittedly, having to parse HTTP in the first place is more attack surface than a simple config file can ever hope to be, but every little bit helps.
  • -- cgit v1.3.1