]> granicus.if.org Git - curl/commit
- Jeff Pohlmeyer identified two problems: first a rather obscure problem with
authorDaniel Stenberg <daniel@haxx.se>
Sun, 18 Feb 2007 23:02:42 +0000 (23:02 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 18 Feb 2007 23:02:42 +0000 (23:02 +0000)
commitcbf58d88d0a84042d9dd8a7a6b1644f15242cf02
treed20bcd5dc3bf9312c48832d182adbfc029e8792e
parent300cbc2e214c6af0a122fc13d2132642f21df8db
- 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.
CHANGES
RELEASE-NOTES
docs/KNOWN_BUGS
lib/http.c
lib/multi.c
lib/url.c