- Ben Greear brought a patch that fixed the rate limiting logic for TFTP when

the easy interface was used.
This commit is contained in:
Daniel Stenberg
2010-03-06 18:42:06 +00:00
parent a0c3edcc37
commit e262aaae2b
3 changed files with 114 additions and 17 deletions

View File

@@ -6,6 +6,10 @@
Changelog
Daniel Stenberg (6 Mar 2010)
- Ben Greear brought a patch that fixed the rate limiting logic for TFTP when
the easy interface was used.
Daniel Stenberg (5 Mar 2010)
- Daniel Johnson provided fixes for building curl with the clang compiler.