diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-05-11 09:55:28 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-05-11 09:55:28 +0000 |
commit | 242a17b9e0e430ba5933f7b2ae5586233ec35f33 (patch) | |
tree | 374f0c965defded30a4b3102add2251450f10ada /TODO-RELEASE | |
parent | 6e1632c60688a7c801bc25c8bb79bb937b605da8 (diff) |
- Balint Szilakszi reported a memory leak when libcurl did gzip decompression
of streams that had some parts (legitimately) missing. We now provide and use
a proper cleanup function for the content encoding submodule.
http://curl.haxx.se/mail/lib-2009-05/0092.html
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index d03401419..3d2d4bbdf 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -9,10 +9,12 @@ To be addressed in 7.19.5 (planned release: May 2009) - awaiting patch rework/breakdown 235 - #2784055, connect race with multi and socks proxy + Code adjustment for FTP over socks proxy remains 236 - timeout in milliseconds doesn't seem to work + http://curl.haxx.se/mail/lib-2009-05/0021.html -239 - +240 - To be addressed in 7.19.6 (planned release: July 2009) ========================= |