libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 7241cb611a09817ff0875ff207e02af58d6b14ca
parent 1683a563db0ccc492d3ae2a299eb58a07f8b0cd0
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 24 Apr 2021 00:05:29 +0200

-fix typos

Diffstat:
MChangeLog | 6+++---
Msrc/microhttpd/mhd_send.c | 2+-
Msrc/microhttpd/test_postprocessor_md.c | 6+++---
3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1414,7 +1414,7 @@ Sun Oct 25 23:05:32 CET 2015 Sun Oct 25 15:29:23 CET 2015 Fixing transient resource leak affecting long-lived - connections with many keep-alives and HTTP request + connections with a lot of keep-alive and HTTP request pipelining under certain circumstances (which reduced the receive window). Fixed assertion failure triggered by a race in @@ -1489,7 +1489,7 @@ Sat Jun 27 22:16:27 CEST 2015 Fri Jun 26 23:17:20 CEST 2015 Fix (automatic) handling of HEAD requests with MHD_create_response_from_callback() and HTTP/1.1 - connection keep-alives. Thanks to Cristian Klein + connection keep-alive. Thanks to Cristian Klein for reporting. -CG Tue Jun 09 18:30:17 CEST 2015 @@ -2731,7 +2731,7 @@ Thu Jan 28 20:35:48 CET 2010 aligned (fixes bus errors on Sparc). -CG Thu Dec 17 20:26:52 CET 2009 - poll.h is not stricly required anymore. -ND + poll.h is not strictly required anymore. -ND Fri Dec 4 13:17:50 CET 2009 Adding MHD_OPTION_ARRAY. -CG diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c @@ -611,7 +611,7 @@ post_send_setopt (struct MHD_Connection *connection, * data by setting TCP_NODELAY (TCP_NODELAY will not be removed * and is needed to push the data by send() without MSG_MORE). * If send()/sendmsg() will be used next than push data by - * reseting of TCP_CORK so next send without MSG_MORE will push + * resetting of TCP_CORK so next send without MSG_MORE will push * data to the network (without additional sys-call to push data). * If next final send function will not support MSG_MORE (like * 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 @@ -77,7 +77,7 @@ post_data_iterator (void *cls, { (void) cls; (void) kind; (void) filename; /* Mute compiler warnings */ (void) content_type; (void) transfer_encoding; - (void) off; /* FIXME: shoudn't be checked? */ + (void) off; /* FIXME: shouldn't be checked? */ #if DEBUG fprintf (stderr, "%s\t%s\n", @@ -163,7 +163,7 @@ post_data_iterator3 (void *cls, { (void) cls; (void) kind; (void) filename; /* Mute compiler warnings */ (void) content_type; (void) transfer_encoding; - (void) off; /* FIXME: shoudn't be checked? */ + (void) off; /* FIXME: shouldn't be checked? */ #if DEBUG fprintf (stderr, "%s\t%s\n", @@ -194,7 +194,7 @@ post_data_iterator4 (void *cls, { (void) cls; (void) kind; (void) key; /* Mute compiler warnings */ (void) filename; (void) content_type; (void) transfer_encoding; - (void) off; /* FIXME: shoudn't be checked? */ + (void) off; /* FIXME: shouldn't be checked? */ #if DEBUG fprintf (stderr, "%s\t%s\n",