[Privoxy-commits] [privoxy] 02/02: wolfSSL: Bump MAX_SHUTDOWN_ATTEMPTS to 5 as an experiment

User Git git at git.privoxy.org
Mon Apr 1 13:50:33 CEST 2024


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit 81f919346d325b86b6e2efaafdeb4fa4c2bf4bac
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Mon Apr 1 13:46:39 2024 +0200

    wolfSSL: Bump MAX_SHUTDOWN_ATTEMPTS to 5 as an experiment
---
 wolfssl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wolfssl.c b/wolfssl.c
index ede20478..f011491b 100644
--- a/wolfssl.c
+++ b/wolfssl.c
@@ -960,7 +960,7 @@ static void shutdown_connection(WOLFSSL *ssl, const char *type)
    int shutdown_attempts = 0;
    int ret;
    int fd;
-   enum { MAX_SHUTDOWN_ATTEMPTS = 2 };
+   enum { MAX_SHUTDOWN_ATTEMPTS = 5 };
 
    fd = wolfSSL_get_fd(ssl);
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list