aboutsummaryrefslogtreecommitdiffstats
path: root/TODO-6.3.20
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2011-05-22 22:50:58 +0200
committerMatthias Andree <matthias.andree@gmx.de>2011-05-22 23:13:30 +0200
commit47c05b10018f5ec7493e4bd9f521aaa18d96f1e2 (patch)
treeed317d21931ab58671af4fedee2af05f3ff7908f /TODO-6.3.20
parentf3b0aa05fd1a1912d9c5fad7ebbaa7dcec31e047 (diff)
downloadfetchmail-47c05b10018f5ec7493e4bd9f521aaa18d96f1e2.tar.gz
fetchmail-47c05b10018f5ec7493e4bd9f521aaa18d96f1e2.tar.bz2
fetchmail-47c05b10018f5ec7493e4bd9f521aaa18d96f1e2.zip
Fix socket timeout handling.
Fixes STARTTLS hangs reported by Thomas Jarosch.
Diffstat (limited to 'TODO-6.3.20')
-rw-r--r--TODO-6.3.2011
1 files changed, 0 insertions, 11 deletions
diff --git a/TODO-6.3.20 b/TODO-6.3.20
deleted file mode 100644
index d9d79977..00000000
--- a/TODO-6.3.20
+++ /dev/null
@@ -1,11 +0,0 @@
-- fix STARTTLS timeouts by setting socket timings
- possibly using a different structure than an int to save the fd
- and SSL context -- and then also timeout?
- Or just make set_timeout take an optional fd, which, when != -1,
- also sets the socket timeouts?
-
-- make SSLv2 removal dependent on openssl configuration
- (see Debian FTBFS bug for how to detect that in configure)
-
-- make --with-ssl default?
-