From dd9c9316422c331ad0fb81b48f86b7438d3c4b86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claus=20Pr=C3=BCfer?= Date: Tue, 11 Aug 2026 12:20:23 +0200 Subject: [PATCH] Update BUILD.md Remove, does not work (HTTP/1.0 requests). --- BUILD.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/BUILD.md b/BUILD.md index cf9254f..a6bb0d7 100644 --- a/BUILD.md +++ b/BUILD.md @@ -313,11 +313,3 @@ cmake --build build ```bash valgrind --tool=memcheck --leak-check=full ./build/server_linux ``` - -### 10.6. Load Testing - -Use `ab` (Apache Benchmark) or `wrk` against `http://localhost:8080/` to reproduce timeout-related crashes under load: - -```bash -ab -n 10000 -c 50 http://localhost:8080/ -```