summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd76797..0e74e0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-06-18 Allan Saddi <asaddi@europa.saddi.net>
+
+ * Stop ignoring EPIPE exceptions, as this is probably the
+ wrong thing to do. (Application is unaware of disconnected
+ clients and the CPU spins when sending large files to a
+ disconnected client.) Thanks to Ivan Sagalaev for bringing
+ this to my attention.
+
+ NB: Existing applications that use the flup servers may begin
+ seeing socket.error exceptions...
+
2006-05-18 Allan Saddi <asaddi@kalahari.flup.org>
* Added umask keyword parameter to fcgi and fcgi_fork,