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.
This commit is contained in:
Daniel Stenberg
2009-04-29 11:30:03 +00:00
parent e4a0001fc6
commit e2c6e00570
6 changed files with 17 additions and 8 deletions

View File

@@ -35,6 +35,7 @@ This release includes the following bugfixes:
o crash related to FTP and "Re-used connection seems dead, get a new one"
o CURLINFO_APPCONNECT_TIME with the multi interface
o Enhanced upload speeds on Windows
o TFTP problems after a failed transfer to the same host
This release includes the following known bugs: