gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 02/02: "Upgraded" TLS connections: removed minor duplica


From: gnunet
Subject: [libmicrohttpd] 02/02: "Upgraded" TLS connections: removed minor duplicated code
Date: Sat, 02 Dec 2023 20:49:34 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 8bb481f66e67f9369bfe62eb236ac1c3ca3bb550
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sat Dec 2 22:49:25 2023 +0300

    "Upgraded" TLS connections: removed minor duplicated code
---
 src/microhttpd/daemon.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index b758882a..cf5203aa 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -1526,7 +1526,6 @@ process_urh (struct MHD_UpgradeResponseHandle *urh)
     if (buf_size > SSIZE_MAX)
       buf_size = SSIZE_MAX;
 
-    connection->tls_read_ready = false;
     res = gnutls_record_recv (connection->tls_session,
                               &urh->in_buffer[urh->in_buffer_used],
                               buf_size);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]