Commit e2c6e005 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

- 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.
parent e4a0001f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment