diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-12-12 11:22:15 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-12-12 11:22:15 +0000 |
commit | dc24540ed1abaed66ff93ffcd5f603bd870926f1 (patch) | |
tree | c977c28e76777738295e0137a748e06c36580bb7 /TODO-RELEASE | |
parent | 92eae30f4d9b8ea204bb56d6fbeb244561169e3a (diff) |
Gilles Blanc made the curl tool enable SO_KEEPALIVE for the connections and
added the --no-keep-alive option that can disable that on demand.
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 85f8b014f..dc75fbbbd 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -1,4 +1,6 @@ To be addressed before 7.17.2 (planned release: December 2007) ============================= -108 - +108 - socklen_t usage in curl/curl.h for systems without it + +109 - |