summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAllan Saddi <allan@saddi.com>2009-10-21 09:29:33 -0700
committerAllan Saddi <allan@saddi.com>2009-10-21 09:29:33 -0700
commit3adf17edbd4a278ba7e02eaed4dc555d9729608b (patch)
tree1a55ffadbde159f0933107eb696d0987818795a6 /ChangeLog
parent90a38f2d6d156600bf73314986c5ff7d0960095d (diff)
downloadflup-3adf17edbd4a278ba7e02eaed4dc555d9729608b.tar.gz
Add configurable timeout (default: no timeout) to be used when the
WSGI application is called. Only applies to forked servers!
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f94b94a..abb31b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-21 Allan Saddi <allan@saddi.com>
+
+ * Add configurable timeout (default: no timeout) to be used when the
+ WSGI application is called. Only applies to forked servers!
+
2009-06-05 Allan Saddi <allan@saddi.com>
* Fix bug in scgi servers that occurs when SCRIPT_NAME is missing.