aboutsummaryrefslogtreecommitdiff
path: root/doc/libmicrohttpd.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libmicrohttpd.texi')
-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