gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 02/02: send_tls_adapter(): removed leftover


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 02/02: send_tls_adapter(): removed leftover errno manipulation
Date: Fri, 08 Sep 2017 21:04:53 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 4adf1c6d1744e1ac4cb0c88817a3726c3038b919
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Fri Sep 8 22:04:40 2017 +0300

    send_tls_adapter(): removed leftover errno manipulation
---
 src/microhttpd/connection_https.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/microhttpd/connection_https.c 
b/src/microhttpd/connection_https.c
index 2b9e9eca..87b74525 100644
--- a/src/microhttpd/connection_https.c
+++ b/src/microhttpd/connection_https.c
@@ -114,7 +114,6 @@ send_tls_adapter (struct MHD_Connection *connection,
   if ( (GNUTLS_E_AGAIN == res) ||
        (GNUTLS_E_INTERRUPTED == res) )
     {
-      MHD_socket_set_error_ (MHD_SCKT_EINTR_);
 #ifdef EPOLL_SUPPORT
       if (GNUTLS_E_AGAIN == res)
         connection->epoll_state &= ~MHD_EPOLL_STATE_WRITE_READY;

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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