diff options
author | Stefan Bühler <stbuehler@web.de> | 2011-12-05 17:08:17 +0000 |
---|---|---|
committer | Stefan Bühler <stbuehler@web.de> | 2011-12-05 17:08:17 +0000 |
commit | 38e3e4a65aee6b8659ee456b39365b3446267b21 (patch) | |
tree | 87009525ae39926eb01718a070af9142e1e946b5 /NEWS | |
parent | 456d7f47901327e5edd2a334b8ef1ced80bd0a7b (diff) | |
download | lighttpd-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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |