aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-06-30 16:50:17 +0200
committerChristian Grothoff <christian@grothoff.org>2019-06-30 16:50:17 +0200
commit31db4990fcc225434cb672609c4b45e98f491f4a (patch)
tree67f1281a342eeef7039b9bc43237524877115ee4
parent08a359c38863329518a730036cfc15c2ed35ff52 (diff)
downloadlibmicrohttpd-31db4990fcc225434cb672609c4b45e98f491f4a.tar.gz
libmicrohttpd-31db4990fcc225434cb672609c4b45e98f491f4a.zip
fix #5773
-rw-r--r--doc/libmicrohttpd.texi6
1 files 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}.
622This option will only work if the underyling TLS library 622This option will only work if the underyling TLS library
623supports it (i.e. GnuTLS after 3.6.3). If the TLS library 623supports it (i.e. GnuTLS after 3.6.3). If the TLS library
624does not support it, MHD may ignore the option and proceed 624does not support it, MHD may ignore the option and proceed
625without supporting this features. 625without supporting this features.
626 626
627@item MHD_USE_INSECURE_TLS_EARLY_DATA 627@item MHD_USE_INSECURE_TLS_EARLY_DATA
628Tell the TLS library to support TLS v1.3 early data (0-RTT) with the 628Tell the TLS library to support TLS v1.3 early data (0-RTT) with the
@@ -633,7 +633,7 @@ GET requests! You have been warned.
633This option will only work if the underyling TLS library 633This option will only work if the underyling TLS library
634supports it (i.e. GnuTLS after 3.6.3). If the TLS library 634supports it (i.e. GnuTLS after 3.6.3). If the TLS library
635does not support it, MHD may ignore the option and proceed 635does not support it, MHD may ignore the option and proceed
636without supporting this features. 636without supporting this features.
637 637
638@end table 638@end table
639@end deftp 639@end deftp
@@ -2956,7 +2956,7 @@ connections have been handled.
2956@section Obtaining state information about a connection 2956@section Obtaining state information about a connection
2957 2957
2958 2958
2959@deftypefun {const union MHD_ConnectionInfo *} MHD_get_connection_info (struct MHD_Connection *daemon, enum MHD_ConnectionInfoType infoType, ...) 2959@deftypefun {const union MHD_ConnectionInfo *} MHD_get_connection_info (struct MHD_Connection *connection, enum MHD_ConnectionInfoType infoType, ...)
2960Obtain information about the given connection. 2960Obtain information about the given connection.
2961 2961
2962@table @var 2962@table @var