aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-24 00:05:29 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-24 00:05:37 +0200
commit7241cb611a09817ff0875ff207e02af58d6b14ca (patch)
tree22603ef7af2e1b78b8144f0e2960d0be75377ef4
parent1683a563db0ccc492d3ae2a299eb58a07f8b0cd0 (diff)
downloadlibmicrohttpd-7241cb611a09817ff0875ff207e02af58d6b14ca.tar.gz
libmicrohttpd-7241cb611a09817ff0875ff207e02af58d6b14ca.zip
-fix typos
-rw-r--r--ChangeLog6
-rw-r--r--src/microhttpd/mhd_send.c2
-rw-r--r--src/microhttpd/test_postprocessor_md.c6
3 files changed, 7 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index dcafa01d..483225e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1414,7 +1414,7 @@ Sun Oct 25 23:05:32 CET 2015
1414 1414
1415Sun Oct 25 15:29:23 CET 2015 1415Sun Oct 25 15:29:23 CET 2015
1416 Fixing transient resource leak affecting long-lived 1416 Fixing transient resource leak affecting long-lived
1417 connections with many keep-alives and HTTP request 1417 connections with a lot of keep-alive and HTTP request
1418 pipelining under certain circumstances (which reduced 1418 pipelining under certain circumstances (which reduced
1419 the receive window). 1419 the receive window).
1420 Fixed assertion failure triggered by a race in 1420 Fixed assertion failure triggered by a race in
@@ -1489,7 +1489,7 @@ Sat Jun 27 22:16:27 CEST 2015
1489Fri Jun 26 23:17:20 CEST 2015 1489Fri Jun 26 23:17:20 CEST 2015
1490 Fix (automatic) handling of HEAD requests with 1490 Fix (automatic) handling of HEAD requests with
1491 MHD_create_response_from_callback() and HTTP/1.1 1491 MHD_create_response_from_callback() and HTTP/1.1
1492 connection keep-alives. Thanks to Cristian Klein 1492 connection keep-alive. Thanks to Cristian Klein
1493 for reporting. -CG 1493 for reporting. -CG
1494 1494
1495Tue Jun 09 18:30:17 CEST 2015 1495Tue Jun 09 18:30:17 CEST 2015
@@ -2731,7 +2731,7 @@ Thu Jan 28 20:35:48 CET 2010
2731 aligned (fixes bus errors on Sparc). -CG 2731 aligned (fixes bus errors on Sparc). -CG
2732 2732
2733Thu Dec 17 20:26:52 CET 2009 2733Thu Dec 17 20:26:52 CET 2009
2734 poll.h is not stricly required anymore. -ND 2734 poll.h is not strictly required anymore. -ND
2735 2735
2736Fri Dec 4 13:17:50 CET 2009 2736Fri Dec 4 13:17:50 CET 2009
2737 Adding MHD_OPTION_ARRAY. -CG 2737 Adding MHD_OPTION_ARRAY. -CG
diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c
index ffba5b95..1ae623b3 100644
--- a/src/microhttpd/mhd_send.c
+++ b/src/microhttpd/mhd_send.c
@@ -611,7 +611,7 @@ post_send_setopt (struct MHD_Connection *connection,
611 * data by setting TCP_NODELAY (TCP_NODELAY will not be removed 611 * data by setting TCP_NODELAY (TCP_NODELAY will not be removed
612 * and is needed to push the data by send() without MSG_MORE). 612 * and is needed to push the data by send() without MSG_MORE).
613 * If send()/sendmsg() will be used next than push data by 613 * If send()/sendmsg() will be used next than push data by
614 * reseting of TCP_CORK so next send without MSG_MORE will push 614 * resetting of TCP_CORK so next send without MSG_MORE will push
615 * data to the network (without additional sys-call to push data). 615 * data to the network (without additional sys-call to push data).
616 * If next final send function will not support MSG_MORE (like 616 * If next final send function will not support MSG_MORE (like
617 * sendfile() or TLS-connection) than push data by setting 617 * sendfile() or TLS-connection) than push data by setting
diff --git a/src/microhttpd/test_postprocessor_md.c b/src/microhttpd/test_postprocessor_md.c
index 81912f08..014357ae 100644
--- a/src/microhttpd/test_postprocessor_md.c
+++ b/src/microhttpd/test_postprocessor_md.c
@@ -77,7 +77,7 @@ post_data_iterator (void *cls,
77{ 77{
78 (void) cls; (void) kind; (void) filename; /* Mute compiler warnings */ 78 (void) cls; (void) kind; (void) filename; /* Mute compiler warnings */
79 (void) content_type; (void) transfer_encoding; 79 (void) content_type; (void) transfer_encoding;
80 (void) off; /* FIXME: shoudn't be checked? */ 80 (void) off; /* FIXME: shouldn't be checked? */
81#if DEBUG 81#if DEBUG
82 fprintf (stderr, 82 fprintf (stderr,
83 "%s\t%s\n", 83 "%s\t%s\n",
@@ -163,7 +163,7 @@ post_data_iterator3 (void *cls,
163{ 163{
164 (void) cls; (void) kind; (void) filename; /* Mute compiler warnings */ 164 (void) cls; (void) kind; (void) filename; /* Mute compiler warnings */
165 (void) content_type; (void) transfer_encoding; 165 (void) content_type; (void) transfer_encoding;
166 (void) off; /* FIXME: shoudn't be checked? */ 166 (void) off; /* FIXME: shouldn't be checked? */
167#if DEBUG 167#if DEBUG
168 fprintf (stderr, 168 fprintf (stderr,
169 "%s\t%s\n", 169 "%s\t%s\n",
@@ -194,7 +194,7 @@ post_data_iterator4 (void *cls,
194{ 194{
195 (void) cls; (void) kind; (void) key; /* Mute compiler warnings */ 195 (void) cls; (void) kind; (void) key; /* Mute compiler warnings */
196 (void) filename; (void) content_type; (void) transfer_encoding; 196 (void) filename; (void) content_type; (void) transfer_encoding;
197 (void) off; /* FIXME: shoudn't be checked? */ 197 (void) off; /* FIXME: shouldn't be checked? */
198#if DEBUG 198#if DEBUG
199 fprintf (stderr, 199 fprintf (stderr,
200 "%s\t%s\n", 200 "%s\t%s\n",