diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-12-11 23:55:20 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-12-11 23:55:20 +0000 |
commit | 02ca14fd0efe59c90a788fd159d5fde7c40da0a0 (patch) | |
tree | 0ed06cfd543779489ff5ae2dcc9bddfc822f11d9 | |
parent | 0f5895faee96934fdeea82f42f45bb3e53b915e5 (diff) |
Removed 200 as it wasn't a bug after all
Added 203 "dns cache memory leak and TTL failure after failed conn"
-rw-r--r-- | TODO-RELEASE | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 19d5530bb..3d659b348 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 - |