From da76459dc21b5af2449af2d36eb95226cb186ce2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 11:35:11 +0200 Subject: Adding upstream version 2.6.12. Signed-off-by: Daniel Baumann --- tests/conf/test-backlog.cfg | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tests/conf/test-backlog.cfg (limited to 'tests/conf/test-backlog.cfg') diff --git a/tests/conf/test-backlog.cfg b/tests/conf/test-backlog.cfg new file mode 100644 index 0000000..bc4a71e --- /dev/null +++ b/tests/conf/test-backlog.cfg @@ -0,0 +1,22 @@ +# This is a test configuration. +# It is used to check that the backlog queue works as expected. + +global + maxconn 200 + stats timeout 3s + +frontend backlog_def + mode http + timeout client 15s + maxconn 100 + bind :8000 + option httpclose + +frontend backlog_max + mode http + timeout client 15s + maxconn 100 + backlog 100000 + bind :8001 + option httpclose + -- cgit v1.2.3