aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d30536cf..5a1a4c63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
1Thu Dec 6 10:14:44 CET 2012
2 Force adding "Connection: close" header to response if
3 client asked for connection to be closed (so far, we
4 did close the connection, but did not send the
5 "Connection: close" header explicitly, which some clients
6 seem to dislike. (See discussion on mailinglist).
7 Also, if there is already a transfer-encoding other
8 than 'chunked' set by the application, we also now close
9 the connection if the response is of unknown size. -CG
10
1Wed Dec 5 19:22:26 CET 2012 11Wed Dec 5 19:22:26 CET 2012
2 Fixing parameter loss of POST parameters with IE8 and Chrome 12 Fixing parameter loss of POST parameters with IE8 and Chrome
3 in the PostProcessor as the code failed to properly handle 13 in the PostProcessor as the code failed to properly handle