gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 02/02: send_param_adapter(): removed branch


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 02/02: send_param_adapter(): removed branch for HTTPS handling
Date: Sun, 04 Jun 2017 16:22:25 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 126b496ed54c40d1163b1c30fb6e7fb6d5b7745d
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Sun Jun 4 17:20:32 2017 +0300

    send_param_adapter(): removed branch for HTTPS handling
---
 src/microhttpd/daemon.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 81ef5f76..cd7f7109 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -2205,10 +2205,6 @@ send_param_adapter (struct MHD_Connection *connection,
   if (i > MHD_SCKT_SEND_MAX_SIZE_)
     i = MHD_SCKT_SEND_MAX_SIZE_; /* return value limit */
 
-  if (0 != (connection->daemon->options & MHD_USE_TLS))
-    return MHD_send_ (connection->socket_fd,
-                      other,
-                      i);
 #if LINUX
   if ( (connection->write_buffer_append_offset ==
        connection->write_buffer_send_offset) &&

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



reply via email to

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