summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-10-01 20:20:41 +0000
committerStef Walter <stef@memberwebs.com>2004-10-01 20:20:41 +0000
commita6778ed6bf02bc95d5da124b671880e5a1fd5df3 (patch)
tree07e2cdc0bf30683821b6274670cfcae6674a7bad /ChangeLog
parent8f37ccc8081a8a8b53b27069ebc7c518ec6e0632 (diff)
Send NOOPs to the server during slow connections to prevent timeouts. Bug #134
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 54e31df..a464684 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
0.9.6
- Fixed problem when filtering the last of a list of EHLO responses
+ - Send NOOPs to the server when receiving data slowly from client
+ to prevent timeouts on the server side.
0.9.5
- Fixed problems with the select zeroing out timeouts.