From 417ec8a983ba699056fc8a6de8b4b788bc2647d9 Mon Sep 17 00:00:00 2001 From: BONNAURE Olivier Date: Thu, 11 Apr 2024 17:25:19 +0200 Subject: [PATCH] remove training space --- tool/net/help.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/net/help.txt b/tool/net/help.txt index d1e671607..ab6af435d 100644 --- a/tool/net/help.txt +++ b/tool/net/help.txt @@ -1089,7 +1089,7 @@ FUNCTIONS - keepalive (default = false): configures each request to keep the connection open (unless closed by the server) and reuse for the next request to the same host. This option is disabled when SSL - connection is used. + connection is used. The mapping of hosts and their sockets is stored in a table assigned to the `keepalive` field itself, so it can be passed to the next call.