diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-05-18 23:14:00 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-05-18 23:14:00 +0200 |
commit | aabd27d9aaefdb1c6f815567c2ff05a4449a36c3 (patch) | |
tree | 99bd7fcec039d69670ac66f148feab8ce867f93e /CHANGES | |
parent | dcc061543af355d0b8f30d9bfbbd67ebcb0e5752 (diff) | |
download | curl-aabd27d9aaefdb1c6f815567c2ff05a4449a36c3.tar.gz |
TFTP: send timeout option correctly
Eric Mertens posted bug report #3003005 pointing out that the
libcurl TFTP code was not sending the timeout option properly to
the server, and suggested a fix.
(http://curl.haxx.se/bug/view.cgi?id=3003005)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ Changelog +Daniel Stenberg (18 May 2010) +- Eric Mertens posted bug report #3003005 pointing out that the libcurl TFTP + code was not sending the timeout option properly to the server, and + suggested a fix. + + (http://curl.haxx.se/bug/view.cgi?id=3003005) + Kamil Dudka (16 May 2010) - Pavel Raiskup introduced a new option CURLOPT_FNMATCH_DATA in order to pass a custom data pointer to the callback specified by CURLOPT_FNMATCH_FUNCTION. |