1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/TODO-RELEASE
Daniel Stenberg 830018aa38 - Bug #2152270 (http://curl.haxx.se/bug/view.cgi?id=2152270) identified and
fixed a CURLINFO_REDIRECT_URL memory leak and an additional wrong-doing:

  Any subsequent transfer with a redirect leaks memory, eventually crashing
  the process potentially.

  Any subsequent transfer WITHOUT a redirect causes the most recent redirect
  that DID occur on some previous transfer to still be reported.
2008-10-08 22:01:23 +00:00

21 lines
584 B
Plaintext

To be addressed before 7.19.1 (planned release: October/November 2008)
=============================
Awaiting feedback, updates or removal:
165 - "Problem with CURLOPT_RESUME_FROM and CURLOPT_APPEND" by Daniele Pinau,
recipe: http://curl.haxx.se/mail/lib-2008-08/0439.html
168 - curl_easy_pause bugs
173 - "Patch to use GSSAPI authentication for socks5 connection" by
Markus Moeller http://curl.haxx.se/mail/archive-2008-09/0053.html
178 - "[Patch] Disable multi API support"
182 - Make CURLINFO_LASTSOCKET accessible during perform
Patches pending commit:
183 -