aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-11-04 17:02:56 +0100
committerChristian Grothoff <christian@grothoff.org>2016-11-04 17:02:56 +0100
commitd7392e0882eb7b1cc559d25849204c966a5091ef (patch)
tree5dd02bc50e3f95ea1b7b385ced64f207869be87a /doc
parentca582a0633be1d06210ad5eefca753f8e87d6211 (diff)
downloadlibmicrohttpd-d7392e0882eb7b1cc559d25849204c966a5091ef.tar.gz
libmicrohttpd-d7392e0882eb7b1cc559d25849204c966a5091ef.zip
all flags start with MHD_USE_, rename MHD_ALLOW_UPGRADE to MHD_USE_UPGRADE for consistency
Diffstat (limited to 'doc')
-rw-r--r--doc/libmicrohttpd.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi
index 730c41f9..fac6e634 100644
--- a/doc/libmicrohttpd.texi
+++ b/doc/libmicrohttpd.texi
@@ -591,7 +591,7 @@ 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_ALLOW_UPGRADE 594@item MHD_USE_UPGRADE
595@cindex upgrade 595@cindex upgrade
596This option must be set if you want to upgrade connections 596This option must be set if you want to upgrade connections
597(via ``101 Switching Protocols'' responses). This requires MHD to 597(via ``101 Switching Protocols'' responses). This requires MHD to