gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 02/02: connection_https.c: fixed comment


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 02/02: connection_https.c: fixed comment
Date: Fri, 03 Nov 2017 12:51:48 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 7af3ea32d51c5ffaca7c69e33f04e5dbdec136fb
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Fri Nov 3 14:46:29 2017 +0300

    connection_https.c: fixed comment
---
 src/microhttpd/connection_https.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/connection_https.c 
b/src/microhttpd/connection_https.c
index 9ddad117..63623138 100644
--- a/src/microhttpd/connection_https.c
+++ b/src/microhttpd/connection_https.c
@@ -128,8 +128,8 @@ send_tls_adapter (struct MHD_Connection *connection,
     }
 #ifdef EPOLL_SUPPORT
   /* Unlike non-TLS connections, do not reset "write-ready" if
-   * sent smaller amount than provided, as TLS connections may
-   * break data into smaller parts for sending. */
+   * sent amount smaller than provided amount, as TLS
+   * connections may break data into smaller parts for sending. */
 #endif /* EPOLL_SUPPORT */
   return res;
 }

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



reply via email to

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