summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2011-12-05 17:08:17 +0000
committerStefan Bühler <stbuehler@web.de>2011-12-05 17:08:17 +0000
commit38e3e4a65aee6b8659ee456b39365b3446267b21 (patch)
tree87009525ae39926eb01718a070af9142e1e946b5 /NEWS
parent456d7f47901327e5edd2a334b8ef1ced80bd0a7b (diff)
downloadlighttpd-git-38e3e4a65aee6b8659ee456b39365b3446267b21.tar.gz
[ssl] fix ssl connection aborts if files are larger than the MAX_WRITE_LIMIT (256kb)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2813 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2f9ec8fe..e767c881 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,7 @@ NEWS
* [ssl] count renegotiations to prevent client renegotiations
* [ssl] add option to honor server cipher order (fixes #2364, BEAST attack)
* [core] accept dots in ipv6 addresses in host header (fixes #2359)
+ * [ssl] fix ssl connection aborts if files are larger than the MAX_WRITE_LIMIT (256kb)
- 1.4.29 - 2011-07-03
* Fix mod_proxy waiting for response even if content-length is 0 (fixes #2259)