aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-02-18 23:02:42 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-02-18 23:02:42 +0000
commitcbf58d88d0a84042d9dd8a7a6b1644f15242cf02 (patch)
treed20bcd5dc3bf9312c48832d182adbfc029e8792e /docs
parent300cbc2e214c6af0a122fc13d2132642f21df8db (diff)
- Jeff Pohlmeyer identified two problems: first a rather obscure problem with
the multi interface and connection re-use that could make a curl_multi_remove_handle() ruin a pointer in another handle. The second problem was less of an actual problem but more of minor quirk: the re-using of connections wasn't properly checking if the connection was marked for closure.
Diffstat (limited to 'docs')
-rw-r--r--docs/KNOWN_BUGS3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index d2cfbcf3e..3155c45f5 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -7,9 +7,6 @@ may have been fixed since this was written!
--ftp-ssl-ccc on some servers. Recipe and instructions here:
http://curl.haxx.se/mail/lib-2007-01/0210.html
-41. Jeff Pohlmeyer's curl_multi_socket crashing case. Recipe and instructions
- here: http://curl.haxx.se/mail/lib-2007-01/0022.html
-
40. HTTP Pipelining, NULL content
http://curl.haxx.se/bug/view.cgi?id=1631566