aboutsummaryrefslogtreecommitdiff
path: root/src/examples/demo_https.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-06-10 21:45:34 +0200
committerChristian Grothoff <christian@grothoff.org>2020-06-10 21:45:34 +0200
commit34aa038d97938cf24b157892bcab6fec173918c8 (patch)
tree27e0dc98bfa82e59d30616e29b11e09b8f1384ed /src/examples/demo_https.c
parenta019057377ee1b67d49264d1029ac615089b2422 (diff)
parentf84bdf0a8c4c11d956f63bc6378aaa7fa9bb95aa (diff)
downloadlibmicrohttpd-34aa038d97938cf24b157892bcab6fec173918c8.tar.gz
libmicrohttpd-34aa038d97938cf24b157892bcab6fec173918c8.zip
Merge branch 'master' of git+ssh://gnunet.org/libmicrohttpd
Diffstat (limited to 'src/examples/demo_https.c')
-rw-r--r--src/examples/demo_https.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/examples/demo_https.c b/src/examples/demo_https.c
index 6e42f3a5..69922136 100644
--- a/src/examples/demo_https.c
+++ b/src/examples/demo_https.c
@@ -527,7 +527,7 @@ process_upload_data (void *cls,
527 } 527 }
528 if (NULL == filename) 528 if (NULL == filename)
529 { 529 {
530 fprintf (stderr, "No filename, aborting upload\n"); 530 fprintf (stderr, "No filename, aborting upload.\n");
531 return MHD_NO; /* no filename, error */ 531 return MHD_NO; /* no filename, error */
532 } 532 }
533 if ( (NULL == uc->category) || 533 if ( (NULL == uc->category) ||
@@ -1001,7 +1001,7 @@ main (int argc, char *const *argv)
1001 MHD_OPTION_END); 1001 MHD_OPTION_END);
1002 if (NULL == d) 1002 if (NULL == d)
1003 return 1; 1003 return 1;
1004 fprintf (stderr, "HTTP server running. Press ENTER to stop the server\n"); 1004 fprintf (stderr, "HTTP server running. Press ENTER to stop the server.\n");
1005 (void) getc (stdin); 1005 (void) getc (stdin);
1006 MHD_stop_daemon (d); 1006 MHD_stop_daemon (d);
1007 MHD_destroy_response (file_not_found_response); 1007 MHD_destroy_response (file_not_found_response);