aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
parent1683a563db0ccc492d3ae2a299eb58a07f8b0cd0 (diff)
downloadlibmicrohttpd-7241cb611a09817ff0875ff207e02af58d6b14ca.tar.gz
libmicrohttpd-7241cb611a09817ff0875ff207e02af58d6b14ca.zip
-fix typos
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 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