diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-09-15 08:51:42 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-09-15 08:51:42 +0000 |
commit | 099c0110596ae7da513c9ba07d053470b7376c3d (patch) | |
tree | 425abf01e885ef9bdfdcbd1cded7529d3994403f /TODO-RELEASE | |
parent | 245a78071174173773e813d39f16dfb0946ef850 (diff) |
I want these CONNECT problems fixed too
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 7047ca7a9..25c1faed5 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -16,3 +16,7 @@ To be addressed before 7.17.1 (planned release: November 2007) 99 - curl_easy_close() ? 100 - icc segmentation faults + +101 - known bug #47, if a CONNECT response is larger than BUFSIZE + +102 - known bug #46, if a CONNECT response is chunked-encoded |