From e2c6e00570da70c00c7c75fa8f094eda77376d0c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 29 Apr 2009 11:30:03 +0000 Subject: - 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. --- tests/data/DISABLED | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/DISABLED') diff --git a/tests/data/DISABLED b/tests/data/DISABLED index 16af58335..fb3ae0ec9 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -3,4 +3,4 @@ # test cases are run by runtests.pl. Just add the plain test case numbers, one # per line. # Lines starting with '#' letters are treated as comments. -1099 + -- cgit v1.2.3