summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-04-08 00:39:50 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2016-04-18 04:30:55 -0400
commit77bd45121cd50ca317b3daed5b5b1a567a79b315 (patch)
tree95f83399118d787525ef7f91a14e4af6d2b615a4 /NEWS
parent71ed1912c761ce7f3b7eb6d1267d2ccc1fea9795 (diff)
downloadlighttpd-git-77bd45121cd50ca317b3daed5b5b1a567a79b315.tar.gz
[core] retry tempdirs on partial write, ENOSPC (fixes #2588)
Previous code would fail on partial write, EINTR, and ENOSPC. Upon any of the above errors, this patch tries next tempdir in list, if list of tempdirs provided by config option server.upload-dirs x-ref: "Problem when uploading large files" https://redmine.lighttpd.net/issues/2588 github: Closes #54
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 28c66d77..e1d6d62a 100644
--- a/NEWS
+++ b/NEWS
@@ -80,6 +80,7 @@ NEWS
* [mod_indexfile] save physical path to env (fixes #448, #892)
* [core] open fd when appending file to cq (fixes #2655)
* [config] server.listen-backlog option (fixes #1825, #2116)
+ * [core] retry tempdirs on partial write, ENOSPC (fixes #2588)
- 1.4.39 - 2016-01-02
* [core] fix memset_s call (fixes #2698)