aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/response.c
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 /src/microhttpd/response.c
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 'src/microhttpd/response.c')
-rw-r--r--src/microhttpd/response.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c
index 17fe8122..26cae65e 100644
--- a/src/microhttpd/response.c
+++ b/src/microhttpd/response.c
@@ -692,7 +692,7 @@ MHD_response_execute_upgrade_ (struct MHD_Response *response,
692 struct MHD_UpgradeResponseHandle *urh; 692 struct MHD_UpgradeResponseHandle *urh;
693 size_t rbo; 693 size_t rbo;
694 694
695 if (0 == (daemon->options & MHD_ALLOW_UPGRADE)) 695 if (0 == (daemon->options & MHD_USE_UPGRADE))
696 return MHD_NO; 696 return MHD_NO;
697 697
698 if (NULL == 698 if (NULL ==