aboutsummaryrefslogtreecommitdiff
path: root/src/examples/connection_close.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/connection_close.c')
-rw-r--r--src/examples/connection_close.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/connection_close.c b/src/examples/connection_close.c
index 8558eb46..de79d9f1 100644
--- a/src/examples/connection_close.c
+++ b/src/examples/connection_close.c
@@ -118,7 +118,7 @@ main (int argc, char *const *argv)
118 MHD_OPTION_NOTIFY_COMPLETED, &request_completed, NULL, 118 MHD_OPTION_NOTIFY_COMPLETED, &request_completed, NULL,
119 MHD_OPTION_NOTIFY_CONNECTION, &connection_completed, NULL, 119 MHD_OPTION_NOTIFY_CONNECTION, &connection_completed, NULL,
120 MHD_OPTION_CONNECTION_TIMEOUT, (unsigned int) 120, 120 MHD_OPTION_CONNECTION_TIMEOUT, (unsigned int) 120,
121 MHD_OPTION_STRICT_FOR_CLIENT, (int) 1, 121 MHD_OPTION_CLIENT_DISCIPLINE_LVL, (int) 1,
122 MHD_OPTION_END); 122 MHD_OPTION_END);
123 if (d == NULL) 123 if (d == NULL)
124 return 1; 124 return 1;