aboutsummaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-03-02 13:35:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-03-02 13:35:54 +0000
commit159b9162f8b7bbd32a3878482bc4628395a4b42f (patch)
tree5822dea234016567e32aebf03e8d206ef4d546cf /docs/KNOWN_BUGS
parentd7999f9fcba27aea9d516c055e38f9dbd1e62267 (diff)
I'm pretty sure #24 is fixed in 7.15.2
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r--docs/KNOWN_BUGS6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index a8050dde1..39141fe5e 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -42,12 +42,6 @@ may have been fixed since this was written!
--proxy-anyauth. There's work in progress on this problem, and a recent
patch was posted here: http://curl.haxx.se/mail/lib-2005-08/0074.html
-24. Harshal Pradhan's Use-after-free with libcurl+ares. This probably occurs
- because there is a pending ares callback that gets called after the
- connection struct has been freed in libcurl:
- http://curl.haxx.se/mail/lib-2005-08/0022.html
- Fixing this properly most likely requires a new c-ares function.
-
23. We don't support SOCKS for IPv6. We don't support FTPS over a SOCKS proxy.
We don't have any test cases for SOCKS proxy. We probably have even more
bugs and lack of features when a SOCKS proxy is used. And there seem to be a