aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-08-26 09:13:05 +0000
committerChristian Grothoff <christian@grothoff.org>2007-08-26 09:13:05 +0000
commit1d647758e4977c7aebddf893171ceb1bba5bef81 (patch)
tree59f1893e34d128d3cda09442b80894a02ccbe9b9 /ChangeLog
parentbf515f7217fde589c78a2319b91de0d2c90b834d (diff)
downloadlibmicrohttpd-1d647758e4977c7aebddf893171ceb1bba5bef81.tar.gz
libmicrohttpd-1d647758e4977c7aebddf893171ceb1bba5bef81.zip
fixing mantis 1264
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fbc44e99..ff8f7e9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
1Sun Aug 26 03:11:46 MDT 2007
2 Added MHD_USE_PEDANTIC_CHECKS option which enforces
3 receiving a "Host:" header in HTTP 1.1 (and sends a
4 HTTP 400 status back if this is violated).
5
1Tue Aug 21 01:01:46 MDT 2007 6Tue Aug 21 01:01:46 MDT 2007
2 Fixing assertion failure that occured when a client 7 Fixing assertion failure that occured when a client
3 closed the connection after sending some data but 8 closed the connection after sending some data but