This commit is contained in:
Christian Grothoff
2019-06-30 16:50:17 +02:00
parent 08a359c388
commit 31db4990fc
+3 -3
View File
@@ -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