From 02ca14fd0efe59c90a788fd159d5fde7c40da0a0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg <daniel@haxx.se> Date: Thu, 11 Dec 2008 23:55:20 +0000 Subject: [PATCH] Removed 200 as it wasn't a bug after all Added 203 "dns cache memory leak and TTL failure after failed conn" --- TODO-RELEASE | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/TODO-RELEASE b/TODO-RELEASE index 19d5530bb9..3d659b3483 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -8,12 +8,11 @@ To be addressed in 7.19.3 (planned release: January 2009) - Being worked on in the bug tracker 197 - IIS-bug in Digest + - libcurl parts done, no curl options added yet 199 - "Bug 2351645" adjustment of the patch Daniel S applied - Suggested fix posted to list -200 - "afert redirect, the content length is not reset" by Shunlong Bai - 201 - "bug: header data output to the body callback function after set header" by Shunlong Bai @@ -21,4 +20,6 @@ To be addressed in 7.19.3 (planned release: January 2009) implementation when using HTTP pipelining. Patch pending by Igor Novoseltsev -203 - \ No newline at end of file +203 - "dns cache memory leak and TTL failure after failed conn" bug #2413067 + +204 - -- GitLab