summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAllan Saddi <allan@saddi.com>2005-06-13 06:10:01 +0000
committerAllan Saddi <allan@saddi.com>2005-06-13 06:10:01 +0000
commit5c2185638b8518927e4901036d1b4506bfeb2626 (patch)
tree3768c6dec7206c8a2de90c38ced3001ea30f12ce /ChangeLog
parentcbb20d0bd7a37b755ea6589e3a5010b6143bf8a7 (diff)
downloadflup-5c2185638b8518927e4901036d1b4506bfeb2626.tar.gz
Cleanly close connection socket to avoid sending a TCP RST to
the web server. (fcgi_base)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc558f3..4f6c2b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-12 Allan Saddi <asaddi@europa.saddi.net>
+
+ * Cleanly close connection socket to avoid sending a TCP RST to
+ the web server. (fcgi_base) Fix suggested by Dima Barsky.
+
2005-05-31 Allan Saddi <asaddi@ganymede.saddi.net>
* Take scriptName from the WSGI_SCRIPT_NAME environment variable