[Privoxy-commits] [privoxy] 13/30: Add a warning that the socket-timeout does not apply to operations done by TLS libraries
User Git
git at git.privoxy.org
Thu Nov 11 04:42:03 UTC 2021
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 3830db41583bac29a832d865a960853255154146
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Thu Mar 25 12:58:00 2021 +0100
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.
</para>
+ <warning>
+ <para>
+ When a TLS library is being used to read or write data from a socket with
+ <literal><ulink url="actions-file.html#HTTPS-INSPECTION">https-inspection</ulink></literal>
+ enabled the socket-timeout currently isn't applied and the timeout
+ used depends on the library (which may not even use a timeout).
+ </para>
+ </warning>
</listitem>
</varlistentry>
<varlistentry>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list