From 1ddf2907c72d39644842f0ce5be77888e8db75f4 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Thu, 9 Aug 2001 12:04:16 +0000
Subject: [PATCH] non-blocking connect please

---
 docs/TODO | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/TODO b/docs/TODO
index ad148b566c..58d145fdce 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -12,6 +12,9 @@ TODO
 
 To do in a future release (random order):
 
+ * Make the connect non-blocking so that timeouts work for connect in 
+   multi-threaded programs 
+
  * Using FILE * in the libcurl API introduces a serious limitation since (at
    least in the *nix falvours I know) you can fopen only the first 256
    files. This means, that an application that first opens or fopens 256 files
-- 
GitLab