Christian Grothoff 4 anni fa
parent
commit
7241cb611a
3 ha cambiato i file con 7 aggiunte e 7 eliminazioni
  1. 3 3
      ChangeLog
  2. 1 1
      src/microhttpd/mhd_send.c
  3. 3 3
      src/microhttpd/test_postprocessor_md.c

+ 3 - 3
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

+ 1 - 1
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

+ 3 - 3
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",