aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-11-04 16:26:09 +0100
committerChristian Grothoff <christian@grothoff.org>2016-11-04 16:26:09 +0100
commit43227e1b181165c6087e72ddcd22f85b690baaec (patch)
tree9efd6edc168caf75438bdec3b617152d20646680
parent892de4180293ba68b74858580af6790fd4635ddc (diff)
downloadlibmicrohttpd-43227e1b181165c6087e72ddcd22f85b690baaec.tar.gz
libmicrohttpd-43227e1b181165c6087e72ddcd22f85b690baaec.zip
update manual in line with commit cbd93766919531e3986e5a9c838df61e696a07f0
-rw-r--r--doc/libmicrohttpd.texi14
1 files changed, 4 insertions, 10 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi
index ae6af599..730c41f9 100644
--- a/doc/libmicrohttpd.texi
+++ b/doc/libmicrohttpd.texi
@@ -591,18 +591,12 @@ Enable TCP_FASTOPEN on the listen socket. TCP_FASTOPEN is currently
591supported on Linux >= 3.6. On other systems using this option with 591supported on Linux >= 3.6. On other systems using this option with
592cause @code{MHD_start_daemon} to fail. 592cause @code{MHD_start_daemon} to fail.
593 593
594@item MHD_USE_TLS_EPOLL_UPGRADE 594@item MHD_ALLOW_UPGRADE
595@cindex epoll
596@cindex upgrade 595@cindex upgrade
597@cindex https 596This option must be set if you want to upgrade connections
598@cindex tls
599This option must be set if you want to use @code{epoll()} in
600combination with a server offering TLS and then upgrade connections
601(via ``101 Switching Protocols'' responses). This requires MHD to 597(via ``101 Switching Protocols'' responses). This requires MHD to
602open up and process an extra socket, and hence we require this 598allocate additional resources, and hence we require this
603special flag in case this is really needed. Note that using 599special flag so we only use the resources that are really needed.
604this option automatically implies @code{MHD_USE_EPOLL},
605@code{MHD_USE_TLS} and @code{MHD_USE_SUSPEND_RESUME}.
606 600
607@end table 601@end table
608@end deftp 602@end deftp