diff options
author | Allan Saddi <allan@saddi.com> | 2005-09-08 01:31:01 +0000 |
---|---|---|
committer | Allan Saddi <allan@saddi.com> | 2005-09-08 01:31:01 +0000 |
commit | 979c0fc38d7f33c3a0ce151a7958afd63d599e0b (patch) | |
tree | a8f1318e4aad41aa1d60b4adf29c6a0515f9f58c /ChangeLog | |
parent | b568581723b0bc142f7df85ae0acdc4ae08c0339 (diff) | |
download | flup-979c0fc38d7f33c3a0ce151a7958afd63d599e0b.tar.gz |
Python 2.3 doesn't define socket.SHUT_WR, which affected
the closing of the FastCGI socket with the server.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-09-07 Allan Saddi <asaddi@europa.saddi.net> + + * Python 2.3 doesn't define socket.SHUT_WR, which affected + the closing of the FastCGI socket with the server. This would + cause output to hang. Thanks to Eugene Lazutkin for bringing + the problem to my attention and going out of his way to help + me debug it! + 2005-07-03 Allan Saddi <asaddi@europa.saddi.net> * Ensure session identifiers only contain ASCII characters when |