aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d9887909..66b047f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
1Tue Mar 25 13:40:53 MDT 2008
2 Prevent multi-part post-processor from going to error
3 state when the input buffer is full and current token
4 just changes processor state without consuming any data.
5 Also, the original implementation would not consume any
6 input in process_value_to_boundary if there is no new
7 line character in sight. -AS
8
9 Remove checks for request method after it finished writing
10 response footers as it's only _pipelined_ requests that
11 should not be allowed after POST or PUT requests. Reusing
12 the existing connection is perfectly ok though. And there
13 is no reliable way to detect pipelining on server side
14 anyway so it is the client's responsibility to not send new
15 data before it gets a response after a POST operation. -AS
16
17 Clarified license in man page. -CG
18
1Sat Mar 22 01:12:38 MDT 2008 19Sat Mar 22 01:12:38 MDT 2008
2 Releasing libmicrohttpd 0.2.2. -CG 20 Releasing libmicrohttpd 0.2.2. -CG
3 21