diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-05-21 23:29:52 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-05-21 23:29:52 +0200 |
commit | d17709da31ee04d825a8f93fcf4c87343ce0fad6 (patch) | |
tree | b8b2680e48b6b93f4d981f8d64296e9cf1eefdcf /CHANGES | |
parent | 0bb6deda721796c8bf501c8bcbf86998b51f2828 (diff) | |
download | curl-d17709da31ee04d825a8f93fcf4c87343ce0fad6.tar.gz |
TFTP: send legal timeout value
Eric Mertens posted bug #3003705: when we made TFTP use the
correct timeout option when sent to the server (fixed May 18th
2010) it became obvious that libcurl used invalid timeout values
(300 by default while the RFC allows nothing above 255). While of
course it is obvious that as TFTP has worked thus far without
being able to set timeout at all, just removing the setting
wouldn't make any difference in behavior. I decided to still keep
it (but fix the problem) as it now actually allows for easier
(future) customization of the timeout.
(http://curl.haxx.se/bug/view.cgi?id=3003705)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -7,11 +7,23 @@ Changelog Daniel Stenberg (21 May 2010) +- Eric Mertens posted bug #3003705: when we made TFTP use the correct timeout + option when sent to the server (fixed May 18th 2010) it became obvious that + libcurl used invalid timeout values (300 by default while the RFC allows + nothing above 255). While of course it is obvious that as TFTP has worked + thus far without being able to set timeout at all, just removing the setting + wouldn't make any difference in behavior. I decided to still keep it (but + fix the problem) as it now actually allows for easier (future) customization + of the timeout. + + (http://curl.haxx.se/bug/view.cgi?id=3003705) + - Douglas Kilpatrick filed bug report #3004787 and pointed out that the TFTP code didn't handle block id wraps correctly. His suggested fix inspired the fix I committed. (http://curl.haxx.se/bug/view.cgi?id=3004787) + Daniel Stenberg (20 May 2010) - Tanguy Fautre brought a fix to allow curl to build with Microsoft VC10. |