gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: fix #5773


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: fix #5773
Date: Sun, 30 Jun 2019 16:51:16 +0200

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

grothoff pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 31db4990 fix #5773
31db4990 is described below

commit 31db4990fcc225434cb672609c4b45e98f491f4a
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Jun 30 16:50:17 2019 +0200

    fix #5773
---
 doc/libmicrohttpd.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi
index ad297faa..c974d98f 100644
--- a/doc/libmicrohttpd.texi
+++ b/doc/libmicrohttpd.texi
@@ -622,7 +622,7 @@ Only useful in combination with @code{MHD_USE_TLS}.
 This option will only work if the underyling TLS library
 supports it (i.e. GnuTLS after 3.6.3). If the TLS library
 does not support it, MHD may ignore the option and proceed
-without supporting this features. 
+without supporting this features.
 
 @item MHD_USE_INSECURE_TLS_EARLY_DATA
 Tell the TLS library to support TLS v1.3 early data (0-RTT) with the
@@ -633,7 +633,7 @@ GET requests! You have been warned.
 This option will only work if the underyling TLS library
 supports it (i.e. GnuTLS after 3.6.3). If the TLS library
 does not support it, MHD may ignore the option and proceed
-without supporting this features. 
+without supporting this features.
 
 @end table
 @end deftp
@@ -2956,7 +2956,7 @@ connections have been handled.
 @section Obtaining state information about a connection
 
 
-@deftypefun {const union MHD_ConnectionInfo *} MHD_get_connection_info (struct 
MHD_Connection *daemon, enum MHD_ConnectionInfoType infoType, ...)
+@deftypefun {const union MHD_ConnectionInfo *} MHD_get_connection_info (struct 
MHD_Connection *connection, enum MHD_ConnectionInfoType infoType, ...)
 Obtain information about the given connection.
 
 @table @var

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



reply via email to

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