diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-12-29 22:25:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-12-29 22:25:50 +0000 |
commit | 83640b2ee5e41292eab2ff3e722c5ac4caea17c9 (patch) | |
tree | 4fccfd74f9db1725e5ffcd3a914f9dbaf60f91a9 /TODO-RELEASE | |
parent | 9aea3e265d8919aea04bb6791673d5718399936d (diff) |
- Phil Lisiecki filed bug report #2413067
(http://curl.haxx.se/bug/view.cgi?id=2413067) that identified a problem that
would cause libcurl to mark a DNS cache entry "in use" eternally if the
subsequence TCP connect failed. It would thus never get pruned and refreshed
as it should've been.
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index a75b0310f..2df722099 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -1,6 +1,4 @@ To be addressed in 7.19.3 (planned release: January 2009) ========================= -203 - "dns cache memory leak and TTL failure after failed conn" bug #2413067 -204 - |