aboutsummaryrefslogtreecommitdiff
path: root/TODO-RELEASE
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-04-29 11:30:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-04-29 11:30:03 +0000
commite2c6e00570da70c00c7c75fa8f094eda77376d0c (patch)
tree129f6d2255399ed3fea79306bd273772f66c5d81 /TODO-RELEASE
parente4a0001fc6d9efbd85e0ce187d98fd59a0839db2 (diff)
- Based on bug report #2723219 (http://curl.haxx.se/bug/view.cgi?id=2723219)
I've now made TFTP "connections" not being kept for re-use within libcurl. TFTP is UDP-based so the benefit was really low (if even existing) to begin with so instead of tracking down to fix this problem we instead removed the re-use. I also enabled test case 1099 that I wrote a few days ago to verify that this change fixes the reported problem.
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r--TODO-RELEASE2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 726287d57..0e1ad4810 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -3,8 +3,6 @@ To be addressed in 7.19.5 (planned release: May 2009)
221 - debian man page warnings
-222 - TFTP close bug/fix, #2723219
-
223 - TFTP flaw, #2723236
226 - Active Mode FTPS Data Port Range