From bcf448ee325ea681b476de2ece9433ef7137c01a Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Wed, 7 Mar 2001 23:24:23 +0000
Subject: [PATCH] connection timeout is in for 7.7

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

diff --git a/docs/TODO b/docs/TODO
index 43746c700d..ceb25e2a4d 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -11,13 +11,15 @@ TODO
  product! (Yes, you may add things not mentioned here, these are just a
  few teasers...)
 
-To be done for the 7.7 relase:
+To be done for the 7.7 release:
 
  * Fix the random seeding. Add --egd-socket and --random-file options to the
    curl client and libcurl curl_easy_setopt() interface.
 
  * Support persistant connections (fully detailed elsewhere)
 
+ * Add a special connection-timeout that only goes for the connection phase.
+
 To be done after the 7.7 release:
 
  * Make SSL session ids get used if multiple HTTPS documents from the same
-- 
GitLab