From 3830db41583bac29a832d865a960853255154146 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 25 Mar 2021 12:58:00 +0100 Subject: [PATCH] Add a warning that the socket-timeout does not apply to operations done by TLS libraries --- doc/source/p-config.sgml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/source/p-config.sgml b/doc/source/p-config.sgml index 0f2696f3..bb93a806 100644 --- a/doc/source/p-config.sgml +++ b/doc/source/p-config.sgml @@ -3098,6 +3098,14 @@ forward /.*\.(exe|com|dll|zip)$ antivir.example.com:8010 If you aren't using an occasionally slow proxy like Tor, reducing it to a few seconds should be fine. + + + When a TLS library is being used to read or write data from a socket with + https-inspection + enabled the socket-timeout currently isn't applied and the timeout + used depends on the library (which may not even use a timeout). + + -- 2.39.2