summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-03-30 16:17:17 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2016-04-18 04:29:28 -0400
commit71ed1912c761ce7f3b7eb6d1267d2ccc1fea9795 (patch)
tree083be1825d4e1ffda0ee700f7a624e9797a46c84 /NEWS
parenta65c57a54812fa44a8e1b6e846f69ac6e314f5d1 (diff)
downloadlighttpd-git-71ed1912c761ce7f3b7eb6d1267d2ccc1fea9795.tar.gz
[config] server.listen-backlog option (fixes #1825, #2116)
See doc/config/lighttpd.conf for explanation of listen() backlog queue Additionally, mod_fastcgi and mod_scgi backend servers can now also be configured with separate listen-backlog settings per server x-ref: "add server.listen-backlog option instead of hard-coded value (128 * 8) for listen()" https://redmine.lighttpd.net/issues/2116 "Don't disable backend when overloaded" https://redmine.lighttpd.net/issues/1825 github: Closes #50
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f1037220..28c66d77 100644
--- a/NEWS
+++ b/NEWS
@@ -79,6 +79,7 @@ NEWS
* [mod_redirect,mod_rewrite] short-circuit if blank replacement (fixes #2085)
* [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)
- 1.4.39 - 2016-01-02
* [core] fix memset_s call (fixes #2698)