From 21b187f57a092f8ed9f51a62786a98c910b1febf Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Fri, 6 Aug 2021 08:54:29 +0200 Subject: [PATCH] ruxc: docs for reuse mode 2 --- src/modules/ruxc/doc/ruxc_admin.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/modules/ruxc/doc/ruxc_admin.xml b/src/modules/ruxc/doc/ruxc_admin.xml index e07c05c9f1a..794301bc068 100644 --- a/src/modules/ruxc/doc/ruxc_admin.xml +++ b/src/modules/ruxc/doc/ruxc_admin.xml @@ -106,6 +106,11 @@ modparam("ruxc", "http_tlsmode", 1) handshake) when all requests are performed against the same HTTP/S server. + Set to 2 in order to keep connections per base URL (scheme://host:port) + indexed in a hash map. Useful when doing HTTP/S requests to many + servers. + + Default value is 0 (new connection for each request).